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

/external/libchrome/base/files/
H A Dfile_util_posix.cc204 FilePath MakeAbsoluteFilePath(const FilePath& input) { function in namespace:base
281 real_to_path = MakeAbsoluteFilePath(real_to_path);
285 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName());
289 FilePath real_from_path = MakeAbsoluteFilePath(from_path);

Completed in 125 milliseconds