Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_constants.cc20 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL("."); member in base::FilePath
Dfile_path.cc113 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory) in FinalExtensionSeparatorPosition()
164 if (path.empty() || path == FilePath::kCurrentDirectory || in IsEmptyOrSpecialCase()
244 if (!base.value().empty() && base.value() != kCurrentDirectory) in GetComponents()
340 new_path.path_ = kCurrentDirectory; in DirName()
490 if (path_.compare(kCurrentDirectory) == 0) { in Append()
Dfile_path.h171 static const CharType kCurrentDirectory[]; variable