Home
last modified time | relevance | path

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

/art/artd/
Dfile_utils.cc125 Result<void> NewFile::CommitAllOrAbandon(const std::vector<NewFile*>& files_to_commit, in CommitAllOrAbandon() argument
131 for (NewFile* new_file : files_to_commit) { in CommitAllOrAbandon()
154 all_files_to_remove.reserve(files_to_commit.size() + files_to_remove.size()); in CommitAllOrAbandon()
155 for (NewFile* file : files_to_commit) { in CommitAllOrAbandon()
192 for (NewFile* file : files_to_commit) { in CommitAllOrAbandon()
Dfile_utils.h95 const std::vector<NewFile*>& files_to_commit,
Dartd.cc873 std::vector<NewFile*> files_to_commit{oat_file.get(), vdex_file.get()}; in dexopt() local
882 files_to_commit.push_back(art_file.get()); in dexopt()
1008 for (const NewFile* file : files_to_commit) { in dexopt()
1015 OR_RETURN_NON_FATAL(NewFile::CommitAllOrAbandon(files_to_commit, files_to_delete)); in dexopt()