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

  /external/libchrome/base/files/
file_path_constants.cc 20 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL(".");
file_path.h 171 static const CharType kCurrentDirectory[];
242 // kCurrentDirectory. If this object already refers to the root directory,
311 // If this object's path is kCurrentDirectory, a new FilePath corresponding
file_path.cc 111 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory)
162 if (path.empty() || path == FilePath::kCurrentDirectory ||
245 if (!base.value().empty() && base.value() != kCurrentDirectory)
341 new_path.path_ = kCurrentDirectory;
491 if (path_.compare(kCurrentDirectory) == 0) {
493 // when appending to kCurrentDirectory, just return a new path for the
494 // component argument. Appending component to kCurrentDirectory would
497 // only kCurrentDirectory when calling DirName on a single relative path
    [all...]

Completed in 124 milliseconds