Home
last modified time | relevance | path

Searched refs:HostBinaryPath (Results 1 – 25 of 25) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dknown_paths.cpp24 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 …]
Ddata_image.cpp49 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()
Desp.cpp93 auto newfs_msdos_path = HostBinaryPath("newfs_msdos"); in NewfsMsdos()
146 auto mmd = HostBinaryPath("mmd"); in MsdosMakeDirectories()
159 const auto mcopy = HostBinaryPath("mcopy"); in CopyToMsdos()
Dconfig_utils.h52 std::string HostBinaryPath(const std::string& file);
Dconfig_utils.cpp131 std::string HostBinaryPath(const std::string& binary_name) { in HostBinaryPath() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc95 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()
Dflags_defaults.h66 #define CF_DEFAULTS_CROSVM_BINARY HostBinaryPath("crosvm")
75 #define CF_DEFAULTS_GEM5_BINARY_DIR HostBinaryPath("gem5")
Dvendor_dlkm_utils.cc284 Command cmd(HostBinaryPath("sefcontext_compile")); in GenerateFileContexts()
365 const auto mkfs = HostBinaryPath("mkuserimg_mke2fs"); in BuildDlkmImage()
398 Command lpadd(HostBinaryPath("lpadd")); in RepackSuperWithPartition()
Dgraphics_flags.cc345 return HostBinaryPath("aarch64-linux-gnu/gfxstream_graphics_detector"); in GraphicsDetectorBinaryPath()
348 return HostBinaryPath("x86_64-linux-gnu/gfxstream_graphics_detector"); in GraphicsDetectorBinaryPath()
Dboot_config.cc189 auto mkimage_path = HostBinaryPath("mkenvimage_slim"); in PrepareBootEnvImage()
Dsuper_image_mixer.cc255 std::string build_super_image_binary = HostBinaryPath("build_super_image"); in BuildSuperImage()
Dflags.cc71 using cuttlefish::HostBinaryPath;
619 Command ikconfig_cmd(HostBinaryPath("extract-ikconfig")); in ReadGuestConfig()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dmcu.cpp66 HostBinaryPath(""), true)); in Commands()
71 param = android::base::StringReplace(param, "${bin}", HostBinaryPath(""), in Commands()
Dlog_tee_creator.cpp32 return Command(HostBinaryPath("log_tee")) in CreateLogTee()
Duwb_connector.cpp40 return Command(HostBinaryPath("tcp_connector")) in UwbConnector()
Dvhost_device_vsock.cpp53 command.AddParameter(HostBinaryPath("vhost_device_vsock")); in Commands()
Dnetsim_server.cpp171 auto netsimd = HostBinaryPath("netsimd"); in ResultSetup()
Dstreamer.cpp70 auto binary = HostBinaryPath(custom_action.server); in LaunchCustomActionServers()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp200 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()
/device/google/cuttlefish/host/example_custom_actions/
Dmain.cpp74 cuttlefish::HostBinaryPath("adb"); in main()
/device/google/cuttlefish/host/libs/image_aggregator/
Dsparse_image_utils.cc85 auto simg2img_path = HostBinaryPath("simg2img"); in ConvertToRawImage()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_snapshot.cpp59 return HostBinaryPath(subtool_name); in SubtoolPath()
Dboot_state_machine.cc256 return HostBinaryPath(subtool_name); in ResultSetup()
/device/google/cuttlefish/host/commands/start/
Dmain.cc114 return cuttlefish::HostBinaryPath(subtool_base); in SubtoolPath()
/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.cc249 HostBinaryPath("process_sandboxer"), in StartSubprocesses()