OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveFileName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h
129
//
RemoveFileName
returns the directory path with the filename removed.
130
// Example: FilePath("path/to/file").
RemoveFileName
() returns "path/to/".
131
// If the FilePath is "a_file" or "/a_file",
RemoveFileName
returns
135
FilePath
RemoveFileName
() const;
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-filepath.cc
156
//
RemoveFileName
returns the directory path with the filename removed.
157
// Example: FilePath("path/to/file").
RemoveFileName
() returns "path/to/".
158
// If the FilePath is "a_file" or "/a_file",
RemoveFileName
returns
162
FilePath FilePath::
RemoveFileName
() const {
310
const FilePath parent(this->RemoveTrailingPathSeparator().
RemoveFileName
());
gtest.cc
188
FilePath output_dir(output_file_path.
RemoveFileName
());
Completed in 58 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026