Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
H A Dfile_path.cc110 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 Dfile_path_constants.cc21 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL("."); member in base::FilePath
H A Dfile_path.h168 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 Dfilesystem_utils.cc497 base::FilePath::kCurrentDirectory); in MakeAbsoluteFilePathRelativeIfPossible()
500 // if the path is base::Filepath::kCurrentDirectory. We want to preserve the in MakeAbsoluteFilePathRelativeIfPossible()

Completed in 5 milliseconds