Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc55 vsoc::DefaultHostArtifactsPath("bin/extract-vmlinux"),
102 vsoc::DefaultHostArtifactsPath("bin/vnc_server"),
107 vsoc::DefaultHostArtifactsPath("bin/stream_audio"),
110 vsoc::DefaultHostArtifactsPath("bin/virtual_usb_manager"),
113 vsoc::DefaultHostArtifactsPath("bin/kernel_log_monitor"),
116 vsoc::DefaultHostArtifactsPath("bin/ivserver"),
123 vsoc::DefaultHostArtifactsPath("bin/socket_forward_proxy"),
126 vsoc::DefaultHostArtifactsPath("bin/socket_vsock_proxy"),
140 vsoc::DefaultHostArtifactsPath("bin/adb_connector"),
159 vsoc::DefaultHostArtifactsPath("config/gsi.fstab"),
[all …]
/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp102 cvd::Command qemu_cmd(vsoc::DefaultHostArtifactsPath("bin/cf_qemu.sh")); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h350 std::string DefaultHostArtifactsPath(const std::string& file);
Dcuttlefish_config.cpp938 std::string DefaultHostArtifactsPath(const std::string& file_name) { in DefaultHostArtifactsPath() function