Searched refs:DefaultHostArtifactsPath (Results 1 – 15 of 15) sorted by relevance
124 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 …]
40 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()
70 auto mkimage_path = cuttlefish::DefaultHostArtifactsPath("bin/mkenvimage"); in InitBootloaderEnvPartition()
134 cuttlefish::Command decomp_cmd(cuttlefish::DefaultHostArtifactsPath("bin/extract-vmlinux")); in DecompressKernel()137 std::string bin_folder = cuttlefish::DefaultHostArtifactsPath("bin"); in DecompressKernel()
44 std::string DeviceConfig::DefaultHostArtifactsPath(const std::string& file) { in DefaultHostArtifactsPath() function in cuttlefish::modem::DeviceConfig45 return cuttlefish::DefaultHostArtifactsPath(file); in DefaultHostArtifactsPath()
31 static std::string DefaultHostArtifactsPath(const std::string& file);
189 auto file = cuttlefish::modem::DeviceConfig::DefaultHostArtifactsPath( in InitializeSimOperator()
373 cuttlefish::modem::DeviceConfig::DefaultHostArtifactsPath(ss.str()); in InitializeSimFileSystemAndSimState()
24 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()
504 std::string DefaultHostArtifactsPath(const std::string& file);
941 std::string DefaultHostArtifactsPath(const std::string& file_name) { in DefaultHostArtifactsPath() function
56 std::string kAssemblerBin = cuttlefish::DefaultHostArtifactsPath("bin/assemble_cvd");57 std::string kRunnerBin = cuttlefish::DefaultHostArtifactsPath("bin/run_cvd");
39 static std::string DefaultHostArtifactsPath(const std::string& file_name) { in DefaultHostArtifactsPath() function100 auto tapsetiff_path = DefaultHostArtifactsPath("bin/tapsetiff"); in OpenTapInterface()
448 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()
299 cuttlefish::Command log_tee_cmd(cuttlefish::DefaultHostArtifactsPath("bin/log_tee")); in StartCommands()