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

/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h130 // RemoveFileName returns the directory path with the filename removed.
131 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
132 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
136 FilePath RemoveFileName() const;
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-filepath.cc153 // RemoveFileName returns the directory path with the filename removed.
154 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
155 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
159 FilePath FilePath::RemoveFileName() const { function in class:testing::internal::FilePath
310 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
H A Dgtest.cc3058 FilePath output_dir(output_file.RemoveFileName());

Completed in 271 milliseconds