Searched refs:kW_WhiteListed (Results 1 – 1 of 1) sorted by relevance
88 const char kW_WhiteListed[] = "/proc/DOESNOTEXIST2"; in TestOpenFilePerms() local96 permissions.push_back(BrokerFilePermission::WriteOnly(kW_WhiteListed)); in TestOpenFilePerms()150 fd = open_broker.Open(kW_WhiteListed, O_RDONLY); in TestOpenFilePerms()152 fd = open_broker.Open(kW_WhiteListed, O_WRONLY); in TestOpenFilePerms()154 fd = open_broker.Open(kW_WhiteListed, O_RDWR); in TestOpenFilePerms()156 ret = open_broker.Access(kW_WhiteListed, F_OK); in TestOpenFilePerms()158 ret = open_broker.Access(kW_WhiteListed, R_OK); in TestOpenFilePerms()160 ret = open_broker.Access(kW_WhiteListed, W_OK); in TestOpenFilePerms()162 ret = open_broker.Access(kW_WhiteListed, R_OK | W_OK); in TestOpenFilePerms()164 ret = open_broker.Access(kW_WhiteListed, X_OK); in TestOpenFilePerms()[all …]