Home
last modified time | relevance | path

Searched refs:path_key (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/files/
Dfile_util_win.cc397 for (const auto path_key : valid_path_keys) { in IsPathSafeToSetAclOn() local
399 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() argument
1198 g_extra_allowed_path_for_no_execute == path_key); in SetExtraNoExecuteAllowedPath()
1199 g_extra_allowed_path_for_no_execute = path_key; in SetExtraNoExecuteAllowedPath()
Dfile_util.h135 BASE_EXPORT void SetExtraNoExecuteAllowedPath(int path_key);