Lines Matching refs:RestorableFile
61 RestorableFile::RestorableFile() : RestorableFile(-1, "") {} in RestorableFile() function in android::installd::RestorableFile
63 RestorableFile::RestorableFile(int value, const std::string& path) : unique_file_(value, path) { in RestorableFile() function in android::installd::RestorableFile
69 RestorableFile::~RestorableFile() { in ~RestorableFile()
73 void RestorableFile::reset() { in reset()
82 bool RestorableFile::CreateBackupFile() { in CreateBackupFile()
95 bool RestorableFile::CommitWorkFile() { in CommitWorkFile()
112 bool RestorableFile::RestoreBackupFile() { in RestoreBackupFile()
125 void RestorableFile::RemoveBackupFile() { in RemoveBackupFile()
129 const UniqueFile& RestorableFile::GetUniqueFile() const { in GetUniqueFile()
133 void RestorableFile::ResetAndRemoveAllFiles() { in ResetAndRemoveAllFiles()
139 RestorableFile RestorableFile::CreateWritableFile(const std::string& path, int permissions) { in CreateWritableFile()
150 RestorableFile rf(fd, path); in CreateWritableFile()
154 void RestorableFile::RemoveAllFiles(const std::string& path) { in RemoveAllFiles()