Home
last modified time | relevance | path

Searched refs:DenyFilePermission (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/test/
Dtest_file_util_posix.cc27 bool DenyFilePermission(const FilePath& path, mode_t permission) { in DenyFilePermission() function
91 return DenyFilePermission(path, S_IRUSR | S_IRGRP | S_IROTH); in MakeFileUnreadable()
95 return DenyFilePermission(path, S_IWUSR | S_IWGRP | S_IWOTH); in MakeFileUnwritable()
Dtest_file_util.h52 bool DenyFilePermission(const FilePath& path, DWORD permission);