HomeSort by relevance Sort by last modified time
    Searched defs:RemoveFileName (Results 1 - 11 of 11) sorted by null

  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 151 // 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 {
308 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 153 // 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 {
310 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/googletest/googletest/src/
gtest-filepath.cc 160 // 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 {
317 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 160 // 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 {
317 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 155 // 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 {
312 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/protobuf/gtest/src/
gtest-filepath.cc 153 // 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 {
310 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 153 // 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 {
310 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/v8/testing/gtest/src/
gtest-filepath.cc 160 // 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 {
317 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 155 // 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 {
312 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 155 // 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 {
312 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-filepath.cc 155 // 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 {
312 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());

Completed in 385 milliseconds