Lines Matching full:windows
38 #include <windows.h>
69 // Windows CE doesn't have a current directory. You should not use
70 // the current directory in tests on Windows CE, but this at least
73 // Windows CE doesn't define INVALID_FILE_ATTRIBUTES
87 // Windows CE doesn't have a current directory, so we just return
116 // On Windows platform, '\' is the path separator, otherwise it is '/'.
125 // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
144 // On Windows platform, uses \ as the separator rather than /.
159 // On Windows, uses \ as the separator rather than /.
189 // Windows (like "C:\\").
213 // Returns true if pathname describes a root directory. (Windows has one
217 // TODO(wan@google.com): on Windows a network share like
285 // exist. Not named "CreateDirectory" because that's a macro on Windows.
306 // On Windows platform, uses \ as the separator, other platforms use /.