Home | History | Annotate | Download | only in googletest

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
74 // Windows CE doesn't have a current directory. You should not use
75 // the current directory in tests on Windows CE, but this at least
78 // Windows CE doesn't define INVALID_FILE_ATTRIBUTES
100 // Windows CE doesn't have a current directory, so we just return
125 // the FilePath. On Windows, for example, both '/' and '\' are valid path
145 // On Windows platform, '\' is the path separator, otherwise it is '/'.
154 // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does
156 // On Windows platform, '\' is the path separator, otherwise it is '/'.
173 // On Windows platform, uses \ as the separator rather than /.
188 // On Windows, uses \ as the separator rather than /.
218 // Windows (like "C:\\").
242 // Returns true if pathname describes a root directory. (Windows has one
246 // TODO(wan@google.com): on Windows a network share like
315 // exist. Not named "CreateDirectory" because that's a macro on Windows.
336 // On Windows platform, uses \ as the separator, other platforms use /.
346 // TODO(wan@google.com): handle Windows network shares (e.g. \\server\share).