Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.h423 static StringType GetHFSDecomposedForm(StringPieceType string);
Dfile_path.cc1204 StringType FilePath::GetHFSDecomposedForm(StringPieceType string) { in GetHFSDecomposedForm() function in base::FilePath
1248 StringType hfs1 = GetHFSDecomposedForm(string1); in CompareIgnoreCase()
1249 StringType hfs2 = GetHFSDecomposedForm(string2); in CompareIgnoreCase()
Dfile_path_unittest.cc1312 FilePath::StringType observed = FilePath::GetHFSDecomposedForm( in TEST_F()