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

/external/chromium_org/base/files/
H A Dfile_path.h406 static StringType GetHFSDecomposedForm(const FilePath::StringType& string);
411 // (cf. above GetHFSDecomposedForm method)
H A Dfile_path.cc1185 StringType FilePath::GetHFSDecomposedForm(const StringType& string) { function in class:base::FilePath
1227 StringType hfs1 = GetHFSDecomposedForm(string1);
1228 StringType hfs2 = GetHFSDecomposedForm(string2);
1230 // GetHFSDecomposedForm() returns an empty string in an error case.

Completed in 235 milliseconds