Searched refs:kParentDirectory (Results 1 – 4 of 4) sorted by relevance
21 const FilePath::CharType FilePath::kParentDirectory[] = FILE_PATH_LITERAL(".."); member in base::FilePath
111 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory) in FinalExtensionSeparatorPosition()163 path == FilePath::kParentDirectory) { in IsEmptyOrSpecialCase()564 if (path_.find(kParentDirectory) == StringType::npos) { in ReferencesParent()582 component.find(kParentDirectory) != std::string::npos) { in ReferencesParent()
172 static const CharType kParentDirectory[]; variable
2586 FilePath file2_rel = dir2.Append(FilePath::kParentDirectory) in TEST_F()