Searched refs:lsof_cmd (Results 1 – 1 of 1) sorted by relevance
780 std::string lsof_cmd = "lsof -t " + prior_files + " >/dev/null 2>&1"; in CleanPriorFiles() local781 int rval = std::system(lsof_cmd.c_str()); in CleanPriorFiles()