Searched defs:allowed_flags (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dfilesystem_policy.cc116 DWORD allowed_flags = FILE_READ_DATA | FILE_READ_ATTRIBUTES | local
119 DWORD restricted_flags = ~allowed_flags;
H A Dsync_policy.cc158 DWORD allowed_flags = SYNCHRONIZE | GENERIC_READ | READ_CONTROL; local
159 DWORD restricted_flags = ~allowed_flags;

Completed in 151 milliseconds