Searched refs:kCurrentDirectory (Results 1 – 4 of 4) sorted by relevance
109 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()
21 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL("."); member in base::FilePath
168 static const CharType kCurrentDirectory[]; variable
496 base::FilePath::kCurrentDirectory); in MakeAbsoluteFilePathRelativeIfPossible()