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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc 80 // RemoveFileName returns the directory path with the filename removed.
81 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
82 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
86 FilePath FilePath::RemoveFileName() const {
180 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/llvm/utils/unittest/googletest/
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/open-vcdiff/gtest/src/
gtest-filepath.cc 122 // 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 {
278 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/protobuf/gtest/src/
gtest-filepath.cc 122 // 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 {
278 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/chromium/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/chromium_org/testing/gtest/src/
gtest-filepath.cc 154 // RemoveFileName returns the directory path with the filename removed.
155 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
156 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
160 FilePath FilePath::RemoveFileName() const {
311 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
  /external/chromium_org/third_party/mesa/src/src/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/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/mesa3d/src/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());
  /ndk/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());

Completed in 90 milliseconds