Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_path.h351 static StringType GetHFSDecomposedForm(const FilePath::StringType& string);
Dfile_path.cc1092 StringType FilePath::GetHFSDecomposedForm(const StringType& string) { in GetHFSDecomposedForm() function in FilePath
1134 StringType hfs1 = GetHFSDecomposedForm(string1); in CompareIgnoreCase()
1135 StringType hfs2 = GetHFSDecomposedForm(string2); in CompareIgnoreCase()