Searched defs:MakeAbsoluteFilePath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_util_win.cc41 FilePath MakeAbsoluteFilePath(const FilePath& input) { function in namespace:base
155 real_to_path = MakeAbsoluteFilePath(real_to_path);
159 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName());
163 FilePath real_from_path = MakeAbsoluteFilePath(from_path);
H A Dfile_util_posix.cc189 FilePath MakeAbsoluteFilePath(const FilePath& input) { function in namespace:base
266 real_to_path = MakeAbsoluteFilePath(real_to_path);
270 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName());
274 FilePath real_from_path = MakeAbsoluteFilePath(from_path);

Completed in 493 milliseconds