HomeSort by relevance Sort by last modified time
    Searched refs:kCurrentDirectory (Results 1 - 4 of 4) 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_util.cc 395 // If there is no separator, we will get back kCurrentDirectory.
397 if (directory.value() != FilePath::kCurrentDirectory)
403 // If there is no separator, we will get back kCurrentDirectory.
405 if (directory == path || directory.value() == FilePath::kCurrentDirectory)
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...]
file_util_unittest.cc     [all...]

Completed in 539 milliseconds