Searched refs:pathname (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
49 // handles platform-specific conventions (like the pathname separator).
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { argument
98 // Returns a pathname for a file that does not currently exist. The pathname
101 // already exists. The number will be incremented until a pathname is found
156 // Returns true if pathname describes a directory in the file-system
165 // Returns true if pathname describes a root directory. (Windows has one
169 // Returns true if pathname describe
[all...]

Completed in 4 milliseconds