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

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h 107 // RemoveFileName returns the directory path with the filename removed.
108 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
109 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
113 FilePath RemoveFileName() const;
  /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());
gtest.cc     [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 130 // 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;
  /external/gtest/include/gtest/internal/
gtest-filepath.h 130 // 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;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 130 // 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;
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 130 // 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;
  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 189 // RemoveFileName "" -> "./"
194 FilePath("").RemoveFileName().c_str());
197 FilePath("").RemoveFileName().c_str());
201 // RemoveFileName "adir/" -> "adir/"
204 FilePath("adir" GTEST_PATH_SEP_).RemoveFileName().c_str());
207 // RemoveFileName "adir/afile" -> "adir/"
211 .RemoveFileName().c_str());
214 // RemoveFileName "adir/subdir/afile" -> "adir/subdir/"
218 .RemoveFileName().c_str());
221 // RemoveFileName "/afile" -> "/
    [all...]
  /external/gtest/test/
gtest-filepath_test.cc 155 // RemoveFileName "" -> "./"
160 FilePath("").RemoveFileName().c_str());
163 FilePath("").RemoveFileName().c_str());
167 // RemoveFileName "adir/" -> "adir/"
170 FilePath("adir" GTEST_PATH_SEP_).RemoveFileName().c_str());
173 // RemoveFileName "adir/afile" -> "adir/"
177 .RemoveFileName().c_str());
180 // RemoveFileName "adir/subdir/afile" -> "adir/subdir/"
184 .RemoveFileName().c_str());
187 // RemoveFileName "/afile" -> "/
    [all...]
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 155 // RemoveFileName "" -> "./"
160 FilePath("").RemoveFileName().c_str());
163 FilePath("").RemoveFileName().c_str());
167 // RemoveFileName "adir/" -> "adir/"
170 FilePath("adir" GTEST_PATH_SEP_).RemoveFileName().c_str());
173 // RemoveFileName "adir/afile" -> "adir/"
177 .RemoveFileName().c_str());
180 // RemoveFileName "adir/subdir/afile" -> "adir/subdir/"
184 .RemoveFileName().c_str());
187 // RemoveFileName "/afile" -> "/
    [all...]
  /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());
gtest.cc     [all...]
  /external/gtest/src/
gtest-filepath.cc 126 // RemoveFileName returns the directory path with the filename removed.
127 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/".
128 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
132 FilePath FilePath::RemoveFileName() const {
280 const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName());
gtest.cc     [all...]
  /external/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());
gtest.cc     [all...]
  /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());
gtest.cc     [all...]

Completed in 486 milliseconds