Lines Matching full:windows
41 #include <windows.h>
69 // On Windows, '\\' is the standard path separator, but many tools and the
70 // Windows API also accept '/' as an alternate path separator. Unless otherwise
77 // Windows CE doesn't have a current directory. You should not use
78 // the current directory in tests on Windows CE, but this at least
81 // Windows CE doesn't define INVALID_FILE_ATTRIBUTES
140 // the FilePath. On Windows, for example, both '/' and '\' are valid path
162 // A typical absolute path like "C:\Windows" or "D:" in CalculateRootLength()
182 // A drive-rooted path like "\Windows" in CalculateRootLength()
198 // On Windows platform, '\' is the path separator, otherwise it is '/'.
207 // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does
209 // On Windows platform, '\' is the path separator, otherwise it is '/'.
226 // On Windows platform, uses \ as the separator rather than /.
241 // On Windows, uses \ as the separator rather than /.
269 // Windows (like "C:\\"). in DirectoryExists()
293 // Returns true if pathname describes a root directory. (Windows has one
350 // exist. Not named "CreateDirectory" because that's a macro on Windows.
376 // On Windows platform, uses \ as the separator, other platforms use /.
385 // Note that "\\Host\Share" does not contain a redundancy on Windows!