Searched refs:DenyFilePermission (Results 1 – 1 of 1) sorted by relevance
27 bool DenyFilePermission(const FilePath& path, mode_t permission) { in DenyFilePermission() function91 return DenyFilePermission(path, S_IRUSR | S_IRGRP | S_IROTH); in MakeFileUnreadable()95 return DenyFilePermission(path, S_IWUSR | S_IWGRP | S_IWOTH); in MakeFileUnwritable()