Home
last modified time | relevance | path

Searched refs:kParentDirectory (Results 1 - 4 of 4) sorted by relevance

/third_party/gn/src/base/files/
H A Dfile_path_constants.cc22 const FilePath::CharType FilePath::kParentDirectory[] = FILE_PATH_LITERAL(".."); member in base::FilePath
H A Dfile_path.cc110 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory) in FinalExtensionSeparatorPosition()
161 path == FilePath::kParentDirectory) { in IsEmptyOrSpecialCase()
542 if (path_.find(kParentDirectory) == StringType::npos) { in ReferencesParent()
544 // of cases where there isn't a kParentDirectory anywhere in the path. in ReferencesParent()
560 component.find(kParentDirectory) != std::string::npos) { in ReferencesParent()
H A Dfile_path.h171 static const CharType kParentDirectory[]; member in base::FilePath
/third_party/gn/src/gn/
H A Dfilesystem_utils.cc488 relative_components.push_back(base::FilePath::kParentDirectory); in MakeAbsoluteFilePathRelativeIfPossible()

Completed in 5 milliseconds