Searched refs:path_key (Results 1 – 2 of 2) sorted by relevance
397 for (const auto path_key : valid_path_keys) { in IsPathSafeToSetAclOn() local399 if (!PathService::Get(path_key, &valid_path)) { in IsPathSafeToSetAclOn()400 DLOG(FATAL) << "Cannot get path for pathservice key " << path_key; in IsPathSafeToSetAclOn()1196 void SetExtraNoExecuteAllowedPath(int path_key) { in SetExtraNoExecuteAllowedPath() argument1198 g_extra_allowed_path_for_no_execute == path_key); in SetExtraNoExecuteAllowedPath()1199 g_extra_allowed_path_for_no_execute = path_key; in SetExtraNoExecuteAllowedPath()
135 BASE_EXPORT void SetExtraNoExecuteAllowedPath(int path_key);