HomeSort by relevance Sort by last modified time
    Searched defs:kCurrentDirectory (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
file_path.h 145 static const CharType kCurrentDirectory[];
203 // kCurrentDirectory. If this object already refers to the root directory,
251 // If this object's path is kCurrentDirectory, a new FilePath corresponding
file_path.cc 34 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL(".");
145 if (!base.value().empty() && base.value() != kCurrentDirectory)
259 new_path.path_ = kCurrentDirectory;
292 if (base == kCurrentDirectory || base == kParentDirectory)
325 if (base == kCurrentDirectory || base == kParentDirectory) {
356 if (base == kCurrentDirectory || base == kParentDirectory) {
386 if (path_.compare(kCurrentDirectory) == 0) {
388 // when appending to kCurrentDirectory, just return a new path for the
389 // component argument. Appending component to kCurrentDirectory would
392 // only kCurrentDirectory when calling DirName on a single relative pat
    [all...]

Completed in 54 milliseconds