Searched refs:UnkeepableFile (Results 1 – 1 of 1) sorted by relevance
61 class UnkeepableFile : public NewFile { class63 static Result<std::unique_ptr<UnkeepableFile>> Create(const std::string& path, in Create()66 return std::unique_ptr<UnkeepableFile>(new UnkeepableFile(std::move(*new_file))); in Create()72 explicit UnkeepableFile(NewFile&& other) : NewFile(std::move(other)) {} in UnkeepableFile() function in art::artd::__anondfed54920111::UnkeepableFile262 OR_FATAL(UnkeepableFile::Create(file_2_path, fs_permission_)); in TEST_F()