Home
last modified time | relevance | path

Searched refs:DenyFilePermission (Results 1 – 1 of 1) 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()