Searched refs:PerInstancePath (Results 1 – 7 of 7) sorted by relevance
283 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 …]
207 config.PerInstancePath(".") + "\"\n"; in WriteCuttlefishEnvironment()377 LOG(INFO) << " Kernel log: " << config->PerInstancePath("kernel.log"); in main()
95 monitor::KernelLogServer klog{server, config->PerInstancePath("kernel.log"), in main()
46 return config->PerInstancePath("qemu_monitor.sock"); in GetMonitorPath()
34 return config->PerInstancePath("crosvm_control.sock"); in GetControlSocketPath()
836 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
45 std::string PerInstancePath(const char* file_name) const;