Searched refs:DenyFilePermission (Results 1 – 2 of 2) 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()
52 bool DenyFilePermission(const FilePath& path, DWORD permission);