Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dmultiprocess_test.cc33 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram())); in GetMultiProcessTestChildBaseCommandLine()
/external/libchrome/base/files/
Dfile_util_posix.cc190 FilePath MakeAbsoluteFilePath(const FilePath& input) { in MakeAbsoluteFilePath() function
267 real_to_path = MakeAbsoluteFilePath(real_to_path); in CopyDirectory()
271 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName()); in CopyDirectory()
275 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in CopyDirectory()
Dfile_util.h49 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dgenerate_chromeos_dbus_bindings.cc67 base::FilePath path_out = base::MakeAbsoluteFilePath(path_in); in SanitizeFilePath()