Home
last modified time | relevance | path

Searched refs:kCurrentDirectory (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/base/files/
Dfile_path.cc109 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory) in FinalExtensionSeparatorPosition()
159 if (path.empty() || path == FilePath::kCurrentDirectory || in IsEmptyOrSpecialCase()
236 if (!base.value().empty() && base.value() != kCurrentDirectory) in GetComponents()
329 new_path.path_ = kCurrentDirectory; in DirName()
466 if (path_.compare(kCurrentDirectory) == 0 && !appended.empty()) { in Append()
Dfile_path_constants.cc21 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL("."); member in base::FilePath
Dfile_path.h168 static const CharType kCurrentDirectory[]; variable
/third_party/gn/src/gn/
Dfilesystem_utils.cc496 base::FilePath::kCurrentDirectory); in MakeAbsoluteFilePathRelativeIfPossible()