HomeSort by relevance Sort by last modified time
    Searched refs:PerInstancePath (Results 1 - 7 of 7) sorted by null

  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 248 // Set this first so that calls to PerInstancePath below are correct
283 tmp_config_obj.PerInstancePath("kernel"));
289 tmp_config_obj.PerInstancePath("vmlinux"));
292 auto ramdisk_path = tmp_config_obj.PerInstancePath("ramdisk.img");
391 tmp_config_obj.PerInstancePath("ivshmem_socket_qemu"));
393 tmp_config_obj.PerInstancePath("ivshmem_socket_client"));
397 tmp_config_obj.set_usb_v1_socket_name(tmp_config_obj.PerInstancePath("usb-v1"));
399 tmp_config_obj.set_usb_ip_socket_name(tmp_config_obj.PerInstancePath("usb-ip"));
402 tmp_config_obj.set_kernel_log_socket_name(tmp_config_obj.PerInstancePath("kernel-log"));
404 tmp_config_obj.set_console_path(tmp_config_obj.PerInstancePath("console"))
    [all...]
main.cc 207 config.PerInstancePath(".") + "\"\n";
377 LOG(INFO) << " Kernel log: " << config->PerInstancePath("kernel.log");
  /device/google/cuttlefish_common/host/commands/kernel_log_monitor/
main.cc 95 monitor::KernelLogServer klog{server, config->PerInstancePath("kernel.log"),
  /device/google/cuttlefish_common/host/libs/vm_manager/
crosvm_manager.cpp 34 return config->PerInstancePath("crosvm_control.sock");
qemu_manager.cpp 46 return config->PerInstancePath("qemu_monitor.sock");
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 45 std::string PerInstancePath(const char* file_name) const;
cuttlefish_config.cpp 836 return PerInstancePath("touch.sock");
840 return PerInstancePath("keyboard.sock");
895 std::string CuttlefishConfig::PerInstancePath(const char* file_name) const {

Completed in 82 milliseconds