Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/flashd/daemon/
H A Dupdate_commander.cpp37 SafeCloseFile(fd_); in ~UpdateCommander()
106 SafeCloseFile(fd_); in DoUpdate()
H A Dflashd_utils.h29 void SafeCloseFile(int &fd);
H A Dflashd_utils.cpp64 void SafeCloseFile(int &fd) in SafeCloseFile() function