Home
last modified time | relevance | path

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

/external/libmojo/base/
Dpath_service.cc210 path = MakeAbsoluteFilePath(path); in Get()
253 file_path = MakeAbsoluteFilePath(file_path); in OverrideAndCreateIfNeeded()
/external/libchrome/base/test/
Dmultiprocess_test.cc33 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram())); in GetMultiProcessTestChildBaseCommandLine()
/external/libchrome/base/files/
Dfile_util_posix.cc191 FilePath MakeAbsoluteFilePath(const FilePath& input) { in MakeAbsoluteFilePath() function
268 real_to_path = MakeAbsoluteFilePath(real_to_path); in CopyDirectory()
272 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName()); in CopyDirectory()
276 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in CopyDirectory()
Dfile_util.h49 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);