Home
last modified time | relevance | path

Searched refs:MakeAbsoluteFilePath (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dpath_service.cc218 path = MakeAbsoluteFilePath(path); in Get()
261 file_path = MakeAbsoluteFilePath(file_path); in OverrideAndCreateIfNeeded()
/external/libchrome/base/files/
Dfile_util_posix.cc198 real_to_path = MakeAbsoluteFilePath(real_to_path); in DoCopyDirectory()
200 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName()); in DoCopyDirectory()
204 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in DoCopyDirectory()
337 FilePath MakeAbsoluteFilePath(const FilePath& input) { in MakeAbsoluteFilePath() function
737 FilePath real_path_result = MakeAbsoluteFilePath(path); in NormalizeFilePath()
Dfile_util.h49 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
/external/libchrome/base/test/
Dmultiprocess_test.cc47 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram())); in GetMultiProcessTestChildBaseCommandLine()