Home | History | Annotate | Download | only in base

Lines Matching defs:kParentDirectory

39 const FilePath::CharType FilePath::kParentDirectory[] = FILE_PATH_LITERAL("..");
123 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory)
386 if (base == kCurrentDirectory || base == kParentDirectory) {
417 if (base == kCurrentDirectory || base == kParentDirectory) {
510 if (component == kParentDirectory)