Searched refs:k_NotWhitelisted (Results 1 – 1 of 1) sorted by relevance
90 const char k_NotWhitelisted[] = "/proc/DOESNOTEXIST4"; in TestOpenFilePerms() local188 fd = open_broker.Open(k_NotWhitelisted, O_RDONLY); in TestOpenFilePerms()190 fd = open_broker.Open(k_NotWhitelisted, O_WRONLY); in TestOpenFilePerms()192 fd = open_broker.Open(k_NotWhitelisted, O_RDWR); in TestOpenFilePerms()194 ret = open_broker.Access(k_NotWhitelisted, F_OK); in TestOpenFilePerms()196 ret = open_broker.Access(k_NotWhitelisted, R_OK); in TestOpenFilePerms()198 ret = open_broker.Access(k_NotWhitelisted, W_OK); in TestOpenFilePerms()200 ret = open_broker.Access(k_NotWhitelisted, R_OK | W_OK); in TestOpenFilePerms()202 ret = open_broker.Access(k_NotWhitelisted, X_OK); in TestOpenFilePerms()204 ret = open_broker.Access(k_NotWhitelisted, R_OK | X_OK); in TestOpenFilePerms()