Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dfilepath.cc40 new_path.path_ = kCurrentDirectory; in DirName()
72 if (path_.compare(kCurrentDirectory) == 0 && !appended.empty()) { in Append()
Dfilepath.h28 char kCurrentDirectory[2] = "."; variable
/external/libchrome/base/files/
Dfile_path_constants.cc20 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL("."); member in base::FilePath
Dfile_path.cc111 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory) in FinalExtensionSeparatorPosition()
162 if (path.empty() || path == FilePath::kCurrentDirectory || in IsEmptyOrSpecialCase()
243 if (!base.value().empty() && base.value() != kCurrentDirectory) in GetComponents()
339 new_path.path_ = kCurrentDirectory; in DirName()
489 if (path_.compare(kCurrentDirectory) == 0 && !appended.empty()) { in Append()
Dfile_path.h169 static const CharType kCurrentDirectory[]; variable