Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc268 .image_file_path = AbsolutePath(instance.chromeos_state_image()), in chromeos_composite_disk_config()
274 .image_file_path = AbsolutePath(instance.esp_image_path()), in chromeos_composite_disk_config()
280 .image_file_path = AbsolutePath(instance.chromeos_root_image()), in chromeos_composite_disk_config()
294 .image_file_path = AbsolutePath(instance.esp_image_path()), in linux_composite_disk_config()
300 .image_file_path = AbsolutePath(instance.linux_root_image()), in linux_composite_disk_config()
313 .image_file_path = AbsolutePath(instance.esp_image_path()), in fuchsia_composite_disk_config()
327 .image_file_path = AbsolutePath(instance.misc_image()), in android_composite_disk_config()
332 .image_file_path = AbsolutePath(instance.new_boot_image()), in android_composite_disk_config()
337 .image_file_path = AbsolutePath(instance.new_boot_image()), in android_composite_disk_config()
344 .image_file_path = AbsolutePath(init_boot_path), in android_composite_disk_config()
[all …]
Ddisk_builder.cpp202 CreateCompositeDisk(partitions_, AbsolutePath(header_path_), in BuildCompositeDiskIfNecessary()
203 AbsolutePath(footer_path_), in BuildCompositeDiskIfNecessary()
204 AbsolutePath(composite_disk_path_)); in BuildCompositeDiskIfNecessary()
208 AggregateImage(partitions_, AbsolutePath(composite_disk_path_)); in BuildCompositeDiskIfNecessary()
Dassemble_cvd.cc535 auto log = CF_EXPECT(SetLogger(AbsolutePath(FLAGS_instance_dir))); in AssembleCvdMain()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp503 return AbsolutePath(PerInstanceInternalPath("kernel-log-pipe")); in kernel_log_pipe_name()
507 return AbsolutePath(PerInstanceInternalPath("console")); in console_pipe_prefix()
519 return AbsolutePath(PerInstanceInternalPath("gnss")); in gnss_pipe_prefix()
1047 (*Dictionary())[key] = AbsolutePath(path); in SetPath()
1271 return AbsolutePath(PerInstanceInternalPath("logcat-pipe")); in logcat_pipe_name()
1275 return AbsolutePath(PerInstanceInternalPath("restore-pipe-adbd")); in restore_adbd_pipe_name()
1279 return AbsolutePath(PerInstancePath("access-kregistry")); in access_kregistry_path()
1283 return AbsolutePath(PerInstancePath("hwcomposer-pmem")); in hwcomposer_pmem_path()
1287 return AbsolutePath(PerInstancePath("pstore")); in pstore_path()
1291 return AbsolutePath(PerInstancePath("pflash.img")); in pflash_path()
[all …]
Dcuttlefish_config.cpp624 auto real_file_path = AbsolutePath(config_file_path.c_str()); in ConfigExists()
637 auto real_file_path = AbsolutePath(file); in LoadFromFile()
662 return AbsolutePath(root_dir() + "/instances"); in instances_dir()
667 return AbsolutePath(instances_dir() + "/" + file_name); in InstancesPath()
671 return AbsolutePath(root_dir() + "/assembly"); in assembly_dir()
676 return AbsolutePath(assembly_dir() + "/" + file_name); in AssemblyPath()
683 auto defaultPath = AbsolutePath("/tmp/cf_avd_" + std::to_string(getuid())); in instances_uds_dir()
695 return AbsolutePath(instances_uds_dir() + "/" + file_name); in InstancesUdsPath()
699 return AbsolutePath(root_dir() + "/environments"); in environments_dir()
704 return AbsolutePath(environments_dir() + "/" + file_name); in EnvironmentsPath()
[all …]
Dcuttlefish_config_environment.cpp84 return AbsolutePath(PerEnvironmentLogPath("launcher.log")); in launcher_log_path()
Dfetcher_config.cpp131 auto real_file_path = AbsolutePath(file); in LoadFromFile()
/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dinitialize_instance_composite_disk.cc43 .image_file_path = AbsolutePath(instance.uboot_env_image_path()), in PersistentCompositeDiskConfig()
47 .image_file_path = AbsolutePath(instance.vbmeta_path()), in PersistentCompositeDiskConfig()
53 AbsolutePath(instance.factory_reset_protected_path()), in PersistentCompositeDiskConfig()
59 .image_file_path = AbsolutePath(instance.persistent_bootconfig_path()), in PersistentCompositeDiskConfig()
74 .image_file_path = AbsolutePath(instance.ap_uboot_env_image_path()), in PersistentAPCompositeDiskConfig()
78 .image_file_path = AbsolutePath(instance.ap_vbmeta_path()), in PersistentAPCompositeDiskConfig()
/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/start/
Dfilesystem_explorer.cc32 std::string current_directory = cuttlefish::AbsolutePath(cuttlefish::CurrentDirectory()); in AvailableFilesReport()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dopenwrt_control_server.cpp60 AbsolutePath(first_instance.PerInstanceLogPath("crosvm_openwrt.log"))); in Commands()
/device/google/cuttlefish/common/libs/utils/
Dfiles.h75 std::string AbsolutePath(const std::string& path);
Dsubprocess.cpp525 contents += " &> " + AbsolutePath(redirected_stdio_path); in AsBashScript()
Dfiles.cpp368 std::string AbsolutePath(const std::string& path) { in AbsolutePath() function