OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveFileName
(Results
1 - 5
of
5
) 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/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
());
/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/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
());
Completed in 826 milliseconds