Lines Matching defs:File
483 struct File struct
492 FILE * handle = null; // Is null iff this Impl is closed by another File argument
493 shared uint refs = uint.max / 2;
494 bool isPopened; // true iff the stream has been created by popen()
495 Orientation orientation;
497 private Impl* _p;
498 private string _name;
549 version (MICROSOFT_STDIO) in version()
576 auto deleteme = testFilename(); argument
577 auto f = File(deleteme.byChar, "w".byChar); argument
599 ref File opAssign(File rhs) @safe return argument
890 version (Windows) in version()
945 Returns the name last used to initialize this `File`, if any. argument
2301 version (Windows) in version()
2335 this(File f, KeepTerminator kt = No.keepTerminator, in ByLineImpl() argument