Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc780 std::string lsof_cmd = "lsof -t " + prior_files + " >/dev/null 2>&1"; in CleanPriorFiles() local
781 int rval = std::system(lsof_cmd.c_str()); in CleanPriorFiles()