Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc40 using vsoc::DefaultHostArtifactsPath;
219 if (FileExists(DefaultHostArtifactsPath("otatools/bin/build_super_image"))) { in BuildSuperImage()
221 DefaultHostArtifactsPath("otatools/bin/build_super_image"); in BuildSuperImage()
222 otatools_path = DefaultHostArtifactsPath("otatools"); in BuildSuperImage()
223 } else if (FileExists(DefaultHostArtifactsPath("bin/build_super_image"))) { in BuildSuperImage()
225 DefaultHostArtifactsPath("bin/build_super_image"); in BuildSuperImage()
226 otatools_path = DefaultHostArtifactsPath(""); in BuildSuperImage()
Ddata_image.cc22 auto fsck_path = vsoc::DefaultHostArtifactsPath("bin/fsck.f2fs"); in ForceFsckImage()
53 auto resize_path = vsoc::DefaultHostArtifactsPath("bin/resize.f2fs"); in ResizeImage()
88 auto make_f2fs_path = vsoc::DefaultHostArtifactsPath("bin/make_f2fs"); in CreateBlankImage()
96 auto newfs_msdos_path = vsoc::DefaultHostArtifactsPath("bin/newfs_msdos"); in CreateBlankImage()
Dflags.cc124 vsoc::DefaultHostArtifactsPath("usr/share/webrtc/assets"),
129 vsoc::DefaultHostArtifactsPath("usr/share/webrtc/certs"),
168 vsoc::DefaultHostArtifactsPath("bin/crosvm"),
344 vsoc::DefaultHostArtifactsPath("bin/logcat_receiver")); in InitializeCuttlefishConfiguration()
346 vsoc::DefaultHostArtifactsPath("bin/config_server")); in InitializeCuttlefishConfiguration()
351 vsoc::DefaultHostArtifactsPath("bin/console_forwarder")); in InitializeCuttlefishConfiguration()
353 vsoc::DefaultHostArtifactsPath("bin/kernel_log_monitor")); in InitializeCuttlefishConfiguration()
357 vsoc::DefaultHostArtifactsPath("bin/vnc_server")); in InitializeCuttlefishConfiguration()
361 vsoc::DefaultHostArtifactsPath("bin/webRTC")); in InitializeCuttlefishConfiguration()
372 vsoc::DefaultHostArtifactsPath("bin/adb_connector")); in InitializeCuttlefishConfiguration()
[all …]
Dimage_aggregator.cc180 auto bpttool_path = vsoc::DefaultHostArtifactsPath(BPTTOOL_FILE_PATH); in BpttoolMakeTable()
197 auto bpttool_path = vsoc::DefaultHostArtifactsPath(BPTTOOL_FILE_PATH); in BpttoolMakePartitionTable()
236 auto bpttool_path = vsoc::DefaultHostArtifactsPath(BPTTOOL_FILE_PATH); in BptToolMakeDiskImage()
/device/google/cuttlefish/common/libs/utils/
Dnetwork.cpp32 static std::string DefaultHostArtifactsPath(const std::string& file_name) { in DefaultHostArtifactsPath() function
65 auto tapsetiff_path = DefaultHostArtifactsPath("bin/tapsetiff"); in OpenTapInterface()
/device/google/cuttlefish/host/commands/launch/
Dlaunch_cvd.cc46 std::string kAssemblerBin = vsoc::DefaultHostArtifactsPath("bin/assemble_cvd");
47 std::string kRunnerBin = vsoc::DefaultHostArtifactsPath("bin/run_cvd");
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h401 std::string DefaultHostArtifactsPath(const std::string& file);
Dcuttlefish_config.cpp1029 std::string DefaultHostArtifactsPath(const std::string& file_name) { in DefaultHostArtifactsPath() function