OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCurrentDirectory
(Results
1 - 5
of
5
) sorted by null
/external/libchrome/base/files/
file_path_constants.cc
20
const FilePath::CharType FilePath::
kCurrentDirectory
[] = FILE_PATH_LITERAL(".");
file_path.h
169
static const CharType
kCurrentDirectory
[];
240
//
kCurrentDirectory
. If this object already refers to the root directory,
310
// If this object's path is
kCurrentDirectory
, a new FilePath corresponding
file_path.cc
111
if (path == FilePath::
kCurrentDirectory
|| path == FilePath::kParentDirectory)
162
if (path.empty() || path == FilePath::
kCurrentDirectory
||
243
if (!base.value().empty() && base.value() !=
kCurrentDirectory
)
339
new_path.path_ =
kCurrentDirectory
;
489
if (path_.compare(
kCurrentDirectory
) == 0 && !appended.empty()) {
491
// when appending to
kCurrentDirectory
, just return a new path for the
492
// component argument. Appending component to
kCurrentDirectory
would
495
// only
kCurrentDirectory
when calling DirName on a single relative path
[
all
...]
/external/autotest/client/deps/glbench/src/
filepath.h
28
char
kCurrentDirectory
[2] = ".";
filepath.cc
40
new_path.path_ =
kCurrentDirectory
;
72
if (path_.compare(
kCurrentDirectory
) == 0 && !appended.empty()) {
74
// when appending to
kCurrentDirectory
, just return a new path for the
75
// component argument. Appending component to
kCurrentDirectory
would
78
// only
kCurrentDirectory
when calling DirName on a single relative path
Completed in 650 milliseconds