Home
last modified time | relevance | path

Searched refs:DefaultHostArtifactsPath (Results 1 – 15 of 15) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc124 cuttlefish::DefaultHostArtifactsPath(kSeccompDir),
131 cuttlefish::DefaultHostArtifactsPath("usr/share/webrtc/assets"),
136 cuttlefish::DefaultHostArtifactsPath("usr/share/webrtc/certs"),
214 cuttlefish::DefaultHostArtifactsPath("bin/crosvm"),
425 cuttlefish::DefaultHostArtifactsPath("bin/logcat_receiver")); in InitializeCuttlefishConfiguration()
427 cuttlefish::DefaultHostArtifactsPath("bin/config_server")); in InitializeCuttlefishConfiguration()
434 cuttlefish::DefaultHostArtifactsPath("bin/console_forwarder")); in InitializeCuttlefishConfiguration()
436 cuttlefish::DefaultHostArtifactsPath("bin/kernel_log_monitor")); in InitializeCuttlefishConfiguration()
440 cuttlefish::DefaultHostArtifactsPath("bin/vnc_server")); in InitializeCuttlefishConfiguration()
448 cuttlefish::DefaultHostArtifactsPath("bin/webRTC")); in InitializeCuttlefishConfiguration()
[all …]
Dsuper_image_mixer.cc40 using cuttlefish::DefaultHostArtifactsPath;
270 if (FileExists(DefaultHostArtifactsPath("otatools/bin/build_super_image"))) { in BuildSuperImage()
272 DefaultHostArtifactsPath("otatools/bin/build_super_image"); in BuildSuperImage()
273 otatools_path = DefaultHostArtifactsPath("otatools"); in BuildSuperImage()
274 } else if (FileExists(DefaultHostArtifactsPath("bin/build_super_image"))) { in BuildSuperImage()
276 DefaultHostArtifactsPath("bin/build_super_image"); in BuildSuperImage()
277 otatools_path = DefaultHostArtifactsPath(""); in BuildSuperImage()
Dboot_config.cc70 auto mkimage_path = cuttlefish::DefaultHostArtifactsPath("bin/mkenvimage"); in InitBootloaderEnvPartition()
Ddisk_flags.cc134 cuttlefish::Command decomp_cmd(cuttlefish::DefaultHostArtifactsPath("bin/extract-vmlinux")); in DecompressKernel()
137 std::string bin_folder = cuttlefish::DefaultHostArtifactsPath("bin"); in DecompressKernel()
/device/google/cuttlefish/host/commands/modem_simulator/
Dcf_device_config.cpp44 std::string DeviceConfig::DefaultHostArtifactsPath(const std::string& file) { in DefaultHostArtifactsPath() function in cuttlefish::modem::DeviceConfig
45 return cuttlefish::DefaultHostArtifactsPath(file); in DefaultHostArtifactsPath()
Ddevice_config.h31 static std::string DefaultHostArtifactsPath(const std::string& file);
Dnetwork_service.cpp189 auto file = cuttlefish::modem::DeviceConfig::DefaultHostArtifactsPath( in InitializeSimOperator()
Dsim_service.cpp373 cuttlefish::modem::DeviceConfig::DefaultHostArtifactsPath(ss.str()); in InitializeSimFileSystemAndSimState()
/device/google/cuttlefish/host/libs/config/
Ddata_image.cpp24 auto fsck_path = cuttlefish::DefaultHostArtifactsPath("bin/fsck.f2fs"); in ForceFsckImage()
55 auto resize_path = cuttlefish::DefaultHostArtifactsPath("bin/resize.f2fs"); in ResizeImage()
90 auto make_f2fs_path = cuttlefish::DefaultHostArtifactsPath("bin/make_f2fs"); in CreateBlankImage()
98 auto newfs_msdos_path = cuttlefish::DefaultHostArtifactsPath("bin/newfs_msdos"); in CreateBlankImage()
Dcuttlefish_config.h504 std::string DefaultHostArtifactsPath(const std::string& file);
Dcuttlefish_config.cpp941 std::string DefaultHostArtifactsPath(const std::string& file_name) { in DefaultHostArtifactsPath() function
/device/google/cuttlefish/host/commands/launch/
Dlaunch_cvd.cc56 std::string kAssemblerBin = cuttlefish::DefaultHostArtifactsPath("bin/assemble_cvd");
57 std::string kRunnerBin = cuttlefish::DefaultHostArtifactsPath("bin/run_cvd");
/device/google/cuttlefish/common/libs/utils/
Dnetwork.cpp39 static std::string DefaultHostArtifactsPath(const std::string& file_name) { in DefaultHostArtifactsPath() function
100 auto tapsetiff_path = DefaultHostArtifactsPath("bin/tapsetiff"); in OpenTapInterface()
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc448 cuttlefish::DefaultHostArtifactsPath("bin/tpm_simulator_manager")); in LaunchTpmSimulator()
478 cuttlefish::DefaultHostArtifactsPath("bin/vtpm_passthrough")); in LaunchTpmPassthrough()
507 cuttlefish::Command command(cuttlefish::DefaultHostArtifactsPath("bin/secure_env")); in LaunchSecureEnvironment()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp299 cuttlefish::Command log_tee_cmd(cuttlefish::DefaultHostArtifactsPath("bin/log_tee")); in StartCommands()