Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/test/
H A Dtest_file_util.cc43 file_paths_to_delete_.push_back(path); in DeletePathRecursivelyUponTestEnd()
48 if (file_paths_to_delete_.empty()) { in OnTestEnd()
54 for (const FilePath& file_path : file_paths_to_delete_) { in OnTestEnd()
60 file_paths_to_delete_.clear(); in OnTestEnd()
65 std::vector<FilePath> file_paths_to_delete_; member in base::__anon92f6b6aa0111::PathDeleterOnTestEnd