Searched refs:AbsolutePath (Results 1 – 9 of 9) sorted by relevance
109 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 …]
236 (*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()
113 auto real_file_path = cuttlefish::AbsolutePath(file); in LoadFromFile()
103 return cuttlefish::AbsolutePath( in ConfigFileLocation()108 auto real_file_path = cuttlefish::AbsolutePath(file); in LoadFromFile()
32 std::string current_directory = cuttlefish::AbsolutePath(cuttlefish::CurrentDirectory()); in AvailableFilesReport()
37 std::string AbsolutePath(const std::string& path);
76 std::string AbsolutePath(const std::string& path) { in AbsolutePath() function
251 std::string target_dir = AbsolutePath(FLAGS_directory); in FetchCvdMain()
833 std::string assembly_dir_parent = cuttlefish::AbsolutePath(FLAGS_assembly_dir); in InitFilesystemAndCreateConfig()