Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp109 return cuttlefish::AbsolutePath(PerInstanceInternalPath("kernel-log-pipe")); in kernel_log_pipe_name()
113 return cuttlefish::AbsolutePath(PerInstanceInternalPath("console-in-pipe")); in console_in_pipe_name()
117 return cuttlefish::AbsolutePath(PerInstanceInternalPath("console-out-pipe")); in console_out_pipe_name()
121 return cuttlefish::AbsolutePath(PerInstanceInternalPath("logcat-pipe")); in logcat_pipe_name()
125 return cuttlefish::AbsolutePath(PerInstancePath("access-kregistry")); in access_kregistry_path()
129 return cuttlefish::AbsolutePath(PerInstancePath("pstore")); in pstore_path()
133 return cuttlefish::AbsolutePath(PerInstancePath("console")); in console_path()
137 return cuttlefish::AbsolutePath(PerInstancePath("logcat")); in logcat_path()
142 return cuttlefish::AbsolutePath(PerInstancePath("launcher_monitor.sock")); in launcher_monitor_socket_path()
155 return cuttlefish::AbsolutePath(PerInstancePath("launcher.log")); in launcher_log_path()
[all …]
Dcuttlefish_config.cpp236 (*dictionary_)[key] = cuttlefish::AbsolutePath(path); in SetPath()
843 auto real_file_path = cuttlefish::AbsolutePath(config_file_path.c_str()); in ConfigExists()
856 auto real_file_path = cuttlefish::AbsolutePath(file); in LoadFromFile()
882 return cuttlefish::AbsolutePath(assembly_dir() + "/" + file_name); in AssemblyPath()
Dfetcher_config.cpp113 auto real_file_path = cuttlefish::AbsolutePath(file); in LoadFromFile()
/device/google/cuttlefish/host/commands/modem_simulator/
Dnvram_config.cpp103 return cuttlefish::AbsolutePath( in ConfigFileLocation()
108 auto real_file_path = cuttlefish::AbsolutePath(file); in LoadFromFile()
/device/google/cuttlefish/host/commands/launch/
Dfilesystem_explorer.cc32 std::string current_directory = cuttlefish::AbsolutePath(cuttlefish::CurrentDirectory()); in AvailableFilesReport()
/device/google/cuttlefish/common/libs/utils/
Dfiles.h37 std::string AbsolutePath(const std::string& path);
Dfiles.cpp76 std::string AbsolutePath(const std::string& path) { in AbsolutePath() function
/device/google/cuttlefish/host/commands/fetcher/
Dfetch_cvd.cc251 std::string target_dir = AbsolutePath(FLAGS_directory); in FetchCvdMain()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc833 std::string assembly_dir_parent = cuttlefish::AbsolutePath(FLAGS_assembly_dir); in InitFilesystemAndCreateConfig()