Searched refs:HostBinaryPath (Results 1 – 20 of 20) sorted by relevance
24 return HostBinaryPath("adb_connector"); in AdbConnectorBinary()28 return HostBinaryPath("config_server"); in ConfigServerBinary()32 return HostBinaryPath("console_forwarder"); in ConsoleForwarderBinary()35 std::string EchoServerBinary() { return HostBinaryPath("echo_server"); } in EchoServerBinary()38 return HostBinaryPath("gnss_grpc_proxy"); in GnssGrpcProxyBinary()42 return HostBinaryPath("kernel_log_monitor"); in KernelLogMonitorBinary()46 return HostBinaryPath("logcat_receiver"); in LogcatReceiverBinary()50 return HostBinaryPath("metrics"); in MetricsBinary()54 return HostBinaryPath("modem_simulator"); in ModemSimulatorBinary()57 std::string NetsimdBinary() { return HostBinaryPath("netsimd"); } in NetsimdBinary()[all …]
48 fsck_path = HostBinaryPath("fsck.f2fs"); in ForceFsckImage()85 resize_path = HostBinaryPath("resize.f2fs"); in ResizeImage()125 auto make_f2fs_path = HostBinaryPath("make_f2fs"); in CreateBlankImage()
32 auto newfs_msdos_path = HostBinaryPath("newfs_msdos"); in NewfsMsdos()84 auto mmd = HostBinaryPath("mmd"); in MsdosMakeDirectories()97 const auto mcopy = HostBinaryPath("mcopy"); in CopyToMsdos()
704 std::string HostBinaryPath(const std::string& binary_name) { in HostBinaryPath() function
798 std::string HostBinaryPath(const std::string& file);
90 HostBinaryPath("mkbootfs") + " " + ramdisk_stage_dir + in RepackVendorRamdisk()95 success = execute({"/bin/bash", "-c", HostBinaryPath("lz4") + in RepackVendorRamdisk()112 HostBinaryPath("mkbootfs") + " " + ramdisk_stage_dir + in PackRamdisk()118 HostBinaryPath("lz4") + " -c -l -12 --favor-decSpeed " + in PackRamdisk()127 HostBinaryPath("lz4") + " -c -d -l " + original_ramdisk_path + in UnpackRamdisk()135 "(cd " + ramdisk_stage_dir + " && while " + HostBinaryPath("toybox") + in UnpackRamdisk()144 auto unpack_path = HostBinaryPath("unpack_bootimg"); in UnpackBootImage()177 auto unpack_path = HostBinaryPath("unpack_bootimg"); in UnpackVendorBootImageIfNotUnpacked()229 auto repack_path = HostBinaryPath("mkbootimg"); in RepackBootImage()247 auto avbtool_path = HostBinaryPath("avbtool"); in RepackBootImage()[all …]
226 Command cmd(HostBinaryPath("sefcontext_compile")); in GenerateFileContexts()236 auto avbtool_path = HostBinaryPath("avbtool"); in AddVbmetaFooter()296 const auto mkfs = HostBinaryPath("mkuserimg_mke2fs"); in BuildVendorDLKM()328 Command lpadd(HostBinaryPath("lpadd")); in RepackSuperWithVendorDLKM()340 auto avbtool_path = HostBinaryPath("avbtool"); in RebuildVbmetaVendor()
59 #define CF_DEFAULTS_CROSVM_BINARY HostBinaryPath("crosvm")67 #define CF_DEFAULTS_GEM5_BINARY_DIR HostBinaryPath("gem5")
217 auto mkimage_path = HostBinaryPath("mkenvimage_slim"); in PrepareBootEnvImage()233 auto avbtool_path = HostBinaryPath("avbtool"); in PrepareBootEnvImage()
221 } else if (FileExists(HostBinaryPath("build_super_image"))) { in BuildSuperImage()223 HostBinaryPath("build_super_image"); in BuildSuperImage()
771 auto avbtool_path = HostBinaryPath("avbtool"); in ResultSetup()840 auto avbtool_path = HostBinaryPath("avbtool"); in PrepareVBMetaImage()
67 using cuttlefish::HostBinaryPath;499 Command ikconfig_cmd(HostBinaryPath("extract-ikconfig")); in ReadGuestConfig()
36 return Command(HostBinaryPath("log_tee")) in CreateLogTee()
35 Command command(HostBinaryPath("tcp_connector")); in Commands()
129 auto netsimd = HostBinaryPath("netsimd"); in ResultSetup()
70 auto binary = HostBinaryPath(custom_action.server); in LaunchCustomActionServers()
49 auto simg2img_path = HostBinaryPath("simg2img"); in ConvertToRawImage()
74 cuttlefish::HostBinaryPath("adb"); in main()
373 Command crosvm_log_tee_cmd(HostBinaryPath("log_tee")); in StartCommands()491 Command gpu_capture_log_tee_cmd(HostBinaryPath("log_tee")); in StartCommands()
80 return cuttlefish::HostBinaryPath(subtool_base); in SubtoolPath()