Home
last modified time | relevance | path

Searched refs:AbsolutePath (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp277 (*dictionary_)[key] = cvd::AbsolutePath(path); in SetPath()
366 return cvd::AbsolutePath(PerInstanceInternalPath("kernel-log-pipe")); in kernel_log_pipe_name()
370 return cvd::AbsolutePath(PerInstanceInternalPath("console-pipe")); in console_pipe_name()
382 return cvd::AbsolutePath(PerInstancePath("access-kregistry")); in access_kregistry_path()
386 return cvd::AbsolutePath(PerInstancePath("console")); in console_path()
390 return cvd::AbsolutePath(PerInstancePath("logcat")); in logcat_path()
395 return cvd::AbsolutePath(PerInstancePath("launcher_monitor.sock")); in launcher_monitor_socket_path()
399 return cvd::AbsolutePath(PerInstancePath("launcher.log")); in launcher_log_path()
403 return cvd::AbsolutePath(PerInstancePath("sdcard.img")); in sdcard_path()
909 auto real_file_path = cvd::AbsolutePath(file); in LoadFromFile()
[all …]
Dfetcher_config.cpp113 auto real_file_path = cvd::AbsolutePath(file); in LoadFromFile()
/device/google/cuttlefish/common/libs/utils/
Dfiles.h34 std::string AbsolutePath(const std::string& path);
Dfiles.cpp51 std::string AbsolutePath(const std::string& path) { in AbsolutePath() function
/device/google/cuttlefish/host/commands/launch/
Dfilesystem_explorer.cc32 std::string current_directory = cvd::AbsolutePath(cvd::CurrentDirectory()); in AvailableFilesReport()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc240 bpttool_cmd.AddParameter("--output=", cvd::AbsolutePath(output)); in BptToolMakeDiskImage()
243 auto abs_path = cvd::AbsolutePath(partition.image_file_path); in BptToolMakeDiskImage()
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc357 cvd::AbsolutePath(instance.PerInstancePath("power_state")); in LaunchVerhicleHalServerIfEnabled()
359 cvd::AbsolutePath(instance.PerInstancePath("power_state_socket")); in LaunchVerhicleHalServerIfEnabled()
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc252 std::string target_dir = cvd::AbsolutePath(FLAGS_directory); in main()