Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/
Dutility.h94 bool SetBlockReadonly(int fd, bool readonly);
Dutility.cpp167 bool SetBlockReadonly(int fd, bool readonly) { in SetBlockReadonly() function
Dwriter.cpp264 if (!SetBlockReadonly(fd.get(), false)) { in FlashPartitionTable()