Home
last modified time | relevance | path

Searched refs:StraceLogDir (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.h58 Properties& StraceLogDir(std::string) &;
59 Properties StraceLogDir(std::string) &&;
Dprocess_monitor.cc337 ProcessMonitor::Properties& ProcessMonitor::Properties::StraceLogDir( in StraceLogDir() function in cuttlefish::ProcessMonitor::Properties
342 ProcessMonitor::Properties ProcessMonitor::Properties::StraceLogDir( in StraceLogDir() function in cuttlefish::ProcessMonitor::Properties
344 return std::move(StraceLogDir(std::move(log_dir))); in StraceLogDir()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp86 .StraceLogDir(instance_.PerInstanceLogPath("")) in Run()