Lines Matching full:windows
38 # include <windows.h>
66 // On Windows, '\\' is the standard path separator, but many tools and the
67 // Windows API also accept '/' as an alternate path separator. Unless otherwise
75 // Windows CE doesn't have a current directory. You should not use
76 // the current directory in tests on Windows CE, but this at least
79 // Windows CE doesn't define INVALID_FILE_ATTRIBUTES
102 // Windows CE doesn't have a current directory, so we just return
127 // the FilePath. On Windows, for example, both '/' and '\' are valid path
147 // On Windows platform, '\' is the path separator, otherwise it is '/'.
156 // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does
158 // On Windows platform, '\' is the path separator, otherwise it is '/'.
175 // On Windows platform, uses \ as the separator rather than /.
190 // On Windows, uses \ as the separator rather than /.
220 // Windows (like "C:\\").
244 // Returns true if pathname describes a root directory. (Windows has one
248 // TODO(wan@google.com): on Windows a network share like
317 // exist. Not named "CreateDirectory" because that's a macro on Windows.
338 // On Windows platform, uses \ as the separator, other platforms use /.
348 // TODO(wan@google.com): handle Windows network shares (e.g. \\server\share).