Searched defs:kCurrentDirectory (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dfile_path.h149 static const CharType kCurrentDirectory[]; member in class:FilePath
206 // kCurrentDirectory. If this object already refers to the root directory,
254 // If this object's path is kCurrentDirectory, a new FilePath corresponding
H A Dfile_path.cc38 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL("."); member in class:FilePath
123 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory)
230 if (!base.value().empty() && base.value() != kCurrentDirectory)
326 new_path.path_ = kCurrentDirectory;
386 if (base == kCurrentDirectory || base == kParentDirectory) {
417 if (base == kCurrentDirectory || base == kParentDirectory) {
447 if (path_.compare(kCurrentDirectory) == 0) {
449 // when appending to kCurrentDirectory, just return a new path for the
450 // component argument. Appending component to kCurrentDirectory would
453 // only kCurrentDirectory whe
[all...]

Completed in 56 milliseconds