Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:kCurrentDirectory
(Results
1 - 4
of
4
) sorted by relevance
/third_party/gn/src/base/files/
H
A
D
file_path.cc
110
if (path == FilePath::
kCurrentDirectory
|| path == FilePath::kParentDirectory)
in FinalExtensionSeparatorPosition()
160
if (path.empty() || path == FilePath::
kCurrentDirectory
||
in IsEmptyOrSpecialCase()
237
if (!base.value().empty() && base.value() !=
kCurrentDirectory
)
in GetComponents()
330
new_path.path_ =
kCurrentDirectory
;
in DirName()
467
if (path_.compare(
kCurrentDirectory
) == 0 && !appended.empty()) {
in Append()
469
// when appending to
kCurrentDirectory
, just return a new path for the
in Append()
470
// component argument. Appending component to
kCurrentDirectory
would
in Append()
473
// only
kCurrentDirectory
when calling DirName on a single relative path
in Append()
H
A
D
file_path_constants.cc
21
const FilePath::CharType FilePath::
kCurrentDirectory
[] = FILE_PATH_LITERAL(".");
member in base::FilePath
H
A
D
file_path.h
168
static const CharType
kCurrentDirectory
[];
member in base::FilePath
237
//
kCurrentDirectory
. If this object already refers to the root directory,
302
// If this object's path is
kCurrentDirectory
, a new FilePath corresponding
/third_party/gn/src/gn/
H
A
D
filesystem_utils.cc
497
base::FilePath::
kCurrentDirectory
);
in MakeAbsoluteFilePathRelativeIfPossible()
500
// if the path is base::Filepath::
kCurrentDirectory
. We want to preserve the
in MakeAbsoluteFilePathRelativeIfPossible()
Completed in 4 milliseconds