Searched refs:HostBinaryPath (Results 1 – 25 of 25) sorted by relevance
24 return HostBinaryPath("adb_connector"); in AdbConnectorBinary()27 std::string AvbToolBinary() { return HostBinaryPath("avbtool"); } in AvbToolBinary()30 return HostBinaryPath("casimir_control_server"); in CasimirControlServerBinary()34 return HostBinaryPath("console_forwarder"); in ConsoleForwarderBinary()38 return HostBinaryPath("control_env_proxy_server"); in ControlEnvProxyServerBinary()41 std::string EchoServerBinary() { return HostBinaryPath("echo_server"); } in EchoServerBinary()44 return HostBinaryPath("gnss_grpc_proxy"); in GnssGrpcProxyBinary()48 return HostBinaryPath("kernel_log_monitor"); in KernelLogMonitorBinary()52 return HostBinaryPath("logcat_receiver"); in LogcatReceiverBinary()56 return HostBinaryPath("metrics"); in MetricsBinary()[all …]
49 fsck_path = HostBinaryPath("fsck.f2fs"); in ForceFsckImage()78 resize_path = HostBinaryPath("resize.f2fs"); in ResizeImage()170 auto make_f2fs_path = HostBinaryPath("make_f2fs"); in CreateBlankImage()
93 auto newfs_msdos_path = HostBinaryPath("newfs_msdos"); in NewfsMsdos()146 auto mmd = HostBinaryPath("mmd"); in MsdosMakeDirectories()159 const auto mcopy = HostBinaryPath("mcopy"); in CopyToMsdos()
52 std::string HostBinaryPath(const std::string& file);
131 std::string HostBinaryPath(const std::string& binary_name) { in HostBinaryPath() function
95 HostBinaryPath("mkbootfs") + " " + ramdisk_stage_dir + in RepackVendorRamdisk()101 HostBinaryPath("lz4") + " -c -l -12 --favor-decSpeed " + in RepackVendorRamdisk()128 HostBinaryPath("mkbootfs") + " " + ramdisk_stage_dir + in PackRamdisk()134 HostBinaryPath("lz4") + " -c -l -12 --favor-decSpeed " + in PackRamdisk()149 HostBinaryPath("lz4") + " -c -d -l " + original_ramdisk_path + in UnpackRamdisk()159 "(cd " + ramdisk_stage_dir + " && while " + HostBinaryPath("toybox") + in UnpackRamdisk()179 auto unpack_path = HostBinaryPath("unpack_bootimg"); in UnpackBootImage()212 auto unpack_path = HostBinaryPath("unpack_bootimg"); in UnpackVendorBootImageIfNotUnpacked()263 auto repack_path = HostBinaryPath("mkbootimg"); in RepackBootImage()326 auto repack_path = HostBinaryPath("mkbootimg"); in RepackVendorBootImage()
66 #define CF_DEFAULTS_CROSVM_BINARY HostBinaryPath("crosvm")75 #define CF_DEFAULTS_GEM5_BINARY_DIR HostBinaryPath("gem5")
284 Command cmd(HostBinaryPath("sefcontext_compile")); in GenerateFileContexts()365 const auto mkfs = HostBinaryPath("mkuserimg_mke2fs"); in BuildDlkmImage()398 Command lpadd(HostBinaryPath("lpadd")); in RepackSuperWithPartition()
345 return HostBinaryPath("aarch64-linux-gnu/gfxstream_graphics_detector"); in GraphicsDetectorBinaryPath()348 return HostBinaryPath("x86_64-linux-gnu/gfxstream_graphics_detector"); in GraphicsDetectorBinaryPath()
189 auto mkimage_path = HostBinaryPath("mkenvimage_slim"); in PrepareBootEnvImage()
255 std::string build_super_image_binary = HostBinaryPath("build_super_image"); in BuildSuperImage()
71 using cuttlefish::HostBinaryPath;619 Command ikconfig_cmd(HostBinaryPath("extract-ikconfig")); in ReadGuestConfig()
66 HostBinaryPath(""), true)); in Commands()71 param = android::base::StringReplace(param, "${bin}", HostBinaryPath(""), in Commands()
32 return Command(HostBinaryPath("log_tee")) in CreateLogTee()
40 return Command(HostBinaryPath("tcp_connector")) in UwbConnector()
53 command.AddParameter(HostBinaryPath("vhost_device_vsock")); in Commands()
171 auto netsimd = HostBinaryPath("netsimd"); in ResultSetup()
70 auto binary = HostBinaryPath(custom_action.server); in LaunchCustomActionServers()
200 return HostBinaryPath("aarch64-linux-gnu/crosvm"); in CrosvmPathForVhostUserGpu()228 Command gpu_device_logs_cmd(HostBinaryPath("log_tee")); in BuildVhostUserGpu()699 Command crosvm_log_tee_cmd(HostBinaryPath("log_tee")); in StartCommands()858 Command gpu_capture_log_tee_cmd(HostBinaryPath("log_tee")); in StartCommands()
74 cuttlefish::HostBinaryPath("adb"); in main()
85 auto simg2img_path = HostBinaryPath("simg2img"); in ConvertToRawImage()
59 return HostBinaryPath(subtool_name); in SubtoolPath()
256 return HostBinaryPath(subtool_name); in ResultSetup()
114 return cuttlefish::HostBinaryPath(subtool_base); in SubtoolPath()
249 HostBinaryPath("process_sandboxer"), in StartSubprocesses()