Home
last modified time | relevance | path

Searched refs:PerInstanceInternalPath (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp109 return cuttlefish::AbsolutePath(PerInstanceInternalPath("kernel-log-pipe")); in kernel_log_pipe_name()
113 return cuttlefish::AbsolutePath(PerInstanceInternalPath("console-in-pipe")); in console_in_pipe_name()
117 return cuttlefish::AbsolutePath(PerInstanceInternalPath("console-out-pipe")); in console_out_pipe_name()
121 return cuttlefish::AbsolutePath(PerInstanceInternalPath("logcat-pipe")); in logcat_pipe_name()
326 return PerInstanceInternalPath("touch.sock"); in touch_socket_path()
330 return PerInstanceInternalPath("keyboard.sock"); in keyboard_socket_path()
334 return PerInstanceInternalPath("frames.sock"); in frames_socket_path()
364 std::string CuttlefishConfig::InstanceSpecific::PerInstanceInternalPath( in PerInstanceInternalPath() function in cuttlefish::CuttlefishConfig::InstanceSpecific
Dcuttlefish_config.h390 std::string PerInstanceInternalPath(const char* file_name) const;
/device/google/cuttlefish/host/commands/stop_cvd/
Dmain.cc93 instance.PerInstanceInternalPath("*"), in PathsForInstance()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp48 .PerInstanceInternalPath("qemu_monitor.sock"); in GetMonitorPath()
Dcrosvm_manager.cpp43 .PerInstanceInternalPath("crosvm_control.sock"); in GetControlSocketPath()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc323 std::string combined_target_path = instance.PerInstanceInternalPath("target_combined"); in RebuildSuperImage()