OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestOpenKey
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/security_tests/
security_tests.cc
14
using sandbox::
TestOpenKey
;
42
SECURITY_CHECK(
TestOpenKey
(HKEY_LOCAL_MACHINE, L""));
43
SECURITY_CHECK(
TestOpenKey
(HKEY_CURRENT_USER, L""));
44
SECURITY_CHECK(
TestOpenKey
(HKEY_USERS, L""));
45
SECURITY_CHECK(
TestOpenKey
(HKEY_LOCAL_MACHINE,
/external/chromium_org/sandbox/win/tests/validation_tests/
commands.h
26
int
TestOpenKey
(HKEY base_key, std::wstring subkey);
commands.cc
183
return
TestOpenKey
(base_key, subkey);
186
int
TestOpenKey
(HKEY base_key, std::wstring subkey) {
Completed in 148 milliseconds