Home | History | Annotate | Download | only in services

Lines Matching refs:W_OK

109   ret = open_broker.Access(kR_WhiteListed, W_OK);
111 ret = open_broker.Access(kR_WhiteListed, R_OK | W_OK);
135 ret = open_broker.Access(kR_WhiteListedButDenied, W_OK);
137 ret = open_broker.Access(kR_WhiteListedButDenied, R_OK | W_OK);
155 ret = open_broker.Access(kW_WhiteListed, W_OK);
157 ret = open_broker.Access(kW_WhiteListed, R_OK | W_OK);
174 ret = open_broker.Access(kRW_WhiteListed, W_OK);
176 ret = open_broker.Access(kRW_WhiteListed, R_OK | W_OK);
193 ret = open_broker.Access(k_NotWhitelisted, W_OK);
195 ret = open_broker.Access(k_NotWhitelisted, R_OK | W_OK);
256 can_access = open_broker->Access(kFileCpuInfo, W_OK);
314 int can_access = open_broker.Access(tempfile_name, R_OK | W_OK);