Home
last modified time | relevance | path

Searched refs:GetHFSDecomposedForm (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/files/
Dfile_path.h406 static StringType GetHFSDecomposedForm(const FilePath::StringType& string);
Dfile_path.cc1183 StringType FilePath::GetHFSDecomposedForm(const StringType& string) { in GetHFSDecomposedForm() function in base::FilePath
1225 StringType hfs1 = GetHFSDecomposedForm(string1); in CompareIgnoreCase()
1226 StringType hfs2 = GetHFSDecomposedForm(string2); in CompareIgnoreCase()