Searched defs:RemoveFileName (Results 1 - 6 of 6) sorted by path

/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc160 // RemoveFileName returns the directory path with the filename removed.
161 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
162 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
166 FilePath FilePath::RemoveFileName() const { function in class:testing::internal::FilePath
317 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
/external/chromium_org/third_party/mesa/src/src/gtest/src/
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());
/external/gtest/src/
H A Dgtest-filepath.cc155 // RemoveFileName returns the directory path with the filename removed.
156 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
157 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
161 FilePath FilePath::RemoveFileName() const { function in class:testing::internal::FilePath
312 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc151 // RemoveFileName returns the directory path with the filename removed.
152 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
153 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
157 FilePath FilePath::RemoveFileName() const { function in class:testing::internal::FilePath
308 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
/external/mesa3d/src/gtest/src/
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());
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc122 // RemoveFileName returns the directory path with the filename removed.
123 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
124 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
128 FilePath FilePath::RemoveFileName() const { function in class:testing::internal::FilePath
278 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());

Completed in 173 milliseconds