OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestOpenReadFile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/security_tests/
security_tests.cc
15
using sandbox::
TestOpenReadFile
;
33
SECURITY_CHECK(
TestOpenReadFile
(L"%SystemDrive%"));
34
SECURITY_CHECK(
TestOpenReadFile
(L"%SystemRoot%"));
35
SECURITY_CHECK(
TestOpenReadFile
(L"%ProgramFiles%"));
36
SECURITY_CHECK(
TestOpenReadFile
(L"%SystemRoot%\\System32"));
37
SECURITY_CHECK(
TestOpenReadFile
(L"%SystemRoot%\\explorer.exe"));
38
SECURITY_CHECK(
TestOpenReadFile
(L"%SystemRoot%\\Cursors\\arrow_i.cur"));
39
SECURITY_CHECK(
TestOpenReadFile
(L"%AllUsersProfile%"));
40
SECURITY_CHECK(
TestOpenReadFile
(L"%Temp%"));
41
SECURITY_CHECK(
TestOpenReadFile
(L"%AppData%"))
[
all
...]
/external/chromium_org/sandbox/win/tests/validation_tests/
commands.h
24
int
TestOpenReadFile
(const base::string16& path);
commands.cc
149
return
TestOpenReadFile
(path);
152
int
TestOpenReadFile
(const base::string16& path) {
Completed in 37 milliseconds