Searched refs:AbsolutePath (Results 1 – 8 of 8) sorted by relevance
279 (*dictionary_)[key] = cvd::AbsolutePath(path); in SetPath()368 return cvd::AbsolutePath(PerInstanceInternalPath("kernel-log-pipe")); in kernel_log_pipe_name()372 return cvd::AbsolutePath(PerInstanceInternalPath("console-pipe")); in console_pipe_name()384 return cvd::AbsolutePath(PerInstancePath("access-kregistry")); in access_kregistry_path()388 return cvd::AbsolutePath(PerInstancePath("console")); in console_path()392 return cvd::AbsolutePath(PerInstancePath("logcat")); in logcat_path()397 return cvd::AbsolutePath(PerInstancePath("launcher_monitor.sock")); in launcher_monitor_socket_path()401 return cvd::AbsolutePath(PerInstancePath("launcher.log")); in launcher_log_path()405 return cvd::AbsolutePath(PerInstancePath("sdcard.img")); in sdcard_path()919 auto real_file_path = cvd::AbsolutePath(file); in LoadFromFile()[all …]
113 auto real_file_path = cvd::AbsolutePath(file); in LoadFromFile()
34 std::string AbsolutePath(const std::string& path);
51 std::string AbsolutePath(const std::string& path) { in AbsolutePath() function
32 std::string current_directory = cvd::AbsolutePath(cvd::CurrentDirectory()); in AvailableFilesReport()
240 bpttool_cmd.AddParameter("--output=", cvd::AbsolutePath(output)); in BptToolMakeDiskImage()243 auto abs_path = cvd::AbsolutePath(partition.image_file_path); in BptToolMakeDiskImage()
357 cvd::AbsolutePath(instance.PerInstancePath("power_state")); in LaunchVerhicleHalServerIfEnabled()359 cvd::AbsolutePath(instance.PerInstancePath("power_state_socket")); in LaunchVerhicleHalServerIfEnabled()
252 std::string target_dir = cvd::AbsolutePath(FLAGS_directory); in main()