Searched refs:PerInstanceInternalPath (Results 1 – 6 of 6) sorted by relevance
109 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
390 std::string PerInstanceInternalPath(const char* file_name) const;
93 instance.PerInstanceInternalPath("*"), in PathsForInstance()
48 .PerInstanceInternalPath("qemu_monitor.sock"); in GetMonitorPath()
43 .PerInstanceInternalPath("crosvm_control.sock"); in GetControlSocketPath()
323 std::string combined_target_path = instance.PerInstanceInternalPath("target_combined"); in RebuildSuperImage()