Searched refs:RemoveFile (Results 1 – 4 of 4) sorted by relevance
46 bool RemoveFile(const std::string& path);
82 return os::RemoveFile(path_); in Delete()
94 if (!os::RemoveFile(log_path)) { in delete_btsnoop_files()102 if (!os::RemoveFile(last_log_path)) { in delete_btsnoop_files()
190 bool RemoveFile(const std::string& path) { in RemoveFile() function