Home
last modified time | relevance | path

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

/bootable/recovery/otafault/
Dota_io.h65 using unique_file = std::unique_ptr<FILE, OtaFcloser>; variable
67 int ota_fclose(unique_file& fh);
Dota_io.cpp105 int ota_fclose(unique_file& fh) { in ota_fclose()
/bootable/recovery/applypatch/
Dapplypatch.cpp65 unique_file f(ota_fopen(filename, "rb")); in LoadFileContents()
117 unique_file dev(ota_fopen(partition, "rb")); in LoadPartitionContents()
/bootable/recovery/updater/
Dinstall.cpp544 unique_file f(ota_fopen(filename.c_str(), "rb")); in FileGetPropFn()