Searched refs:kParentDirectory (Results 1 – 4 of 4) sorted by relevance
22 const FilePath::CharType FilePath::kParentDirectory[] = FILE_PATH_LITERAL(".."); member in base::FilePath
109 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory) in FinalExtensionSeparatorPosition()160 path == FilePath::kParentDirectory) { in IsEmptyOrSpecialCase()541 if (path_.find(kParentDirectory) == StringType::npos) { in ReferencesParent()559 component.find(kParentDirectory) != std::string::npos) { in ReferencesParent()
171 static const CharType kParentDirectory[]; variable
487 relative_components.push_back(base::FilePath::kParentDirectory); in MakeAbsoluteFilePathRelativeIfPossible()