Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/liblp/
H A Dutility.h98 bool SetBlockReadonly(int fd, bool readonly);
H A Dutility.cpp199 bool SetBlockReadonly(int fd, bool readonly) { in SetBlockReadonly() function
H A Dwriter.cpp271 if (!SetBlockReadonly(fd.get(), false)) { in FlashPartitionTable()