Home
last modified time | relevance | path

Searched refs:PerInstancePath (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc283 tmp_config_obj.PerInstancePath("kernel")); in InitializeCuttlefishConfiguration()
289 tmp_config_obj.PerInstancePath("vmlinux")); in InitializeCuttlefishConfiguration()
292 auto ramdisk_path = tmp_config_obj.PerInstancePath("ramdisk.img"); in InitializeCuttlefishConfiguration()
391 tmp_config_obj.PerInstancePath("ivshmem_socket_qemu")); in InitializeCuttlefishConfiguration()
393 tmp_config_obj.PerInstancePath("ivshmem_socket_client")); in InitializeCuttlefishConfiguration()
397 tmp_config_obj.set_usb_v1_socket_name(tmp_config_obj.PerInstancePath("usb-v1")); in InitializeCuttlefishConfiguration()
399 tmp_config_obj.set_usb_ip_socket_name(tmp_config_obj.PerInstancePath("usb-ip")); in InitializeCuttlefishConfiguration()
402 tmp_config_obj.set_kernel_log_socket_name(tmp_config_obj.PerInstancePath("kernel-log")); in InitializeCuttlefishConfiguration()
404 tmp_config_obj.set_console_path(tmp_config_obj.PerInstancePath("console")); in InitializeCuttlefishConfiguration()
405 tmp_config_obj.set_logcat_path(tmp_config_obj.PerInstancePath("logcat")); in InitializeCuttlefishConfiguration()
[all …]
Dmain.cc207 config.PerInstancePath(".") + "\"\n"; in WriteCuttlefishEnvironment()
377 LOG(INFO) << " Kernel log: " << config->PerInstancePath("kernel.log"); in main()
/device/google/cuttlefish_common/host/commands/kernel_log_monitor/
Dmain.cc95 monitor::KernelLogServer klog{server, config->PerInstancePath("kernel.log"), in main()
/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp46 return config->PerInstancePath("qemu_monitor.sock"); in GetMonitorPath()
Dcrosvm_manager.cpp34 return config->PerInstancePath("crosvm_control.sock"); in GetControlSocketPath()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.cpp836 return PerInstancePath("touch.sock"); in touch_socket_path()
840 return PerInstancePath("keyboard.sock"); in keyboard_socket_path()
895 std::string CuttlefishConfig::PerInstancePath(const char* file_name) const { in PerInstancePath() function in vsoc::CuttlefishConfig
Dcuttlefish_config.h45 std::string PerInstancePath(const char* file_name) const;