Lines Matching refs:AbsolutePath
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()
945 return cvd::AbsolutePath(assembly_dir() + "/" + file_name); in AssemblyPath()