HomeSort by relevance Sort by last modified time
    Searched defs:log_path (Results 1 - 3 of 3) sorted by null

  /external/autotest/tko/
retrieve_logs.cgi 154 def get_full_url(info, log_path):
160 path = log_path
169 log_path = _get_requested_path() variable
170 info = find_repository_host(log_path)
171 site_retrieve_logs(log_path)
172 print _PAGE % get_full_url(info, log_path)
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 255 auto log_path = config.launcher_log_path(); local
257 cvd::SharedFD::Open(log_path.c_str(), O_CREAT | O_WRONLY | O_TRUNC,
  /external/ltp/testcases/network/netstress/
netstress.c 119 static char *log_path = "netstress.log"; variable
726 int fd = SAFE_OPEN(log_path, O_CREAT | O_TRUNC | O_RDONLY, 00444);

Completed in 1185 milliseconds