OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestOpenWriteFile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/security_tests/
security_tests.cc
16
using sandbox::
TestOpenWriteFile
;
58
SECURITY_CHECK(
TestOpenWriteFile
(L"%SystemRoot%"));
59
SECURITY_CHECK(
TestOpenWriteFile
(L"%ProgramFiles%"));
60
SECURITY_CHECK(
TestOpenWriteFile
(L"%SystemRoot%\\System32"));
61
SECURITY_CHECK(
TestOpenWriteFile
(L"%SystemRoot%\\explorer.exe"));
62
SECURITY_CHECK(
TestOpenWriteFile
(L"%SystemRoot%\\Cursors\\arrow_i.cur"));
/external/chromium_org/sandbox/win/tests/validation_tests/
commands.h
23
int
TestOpenWriteFile
(const std::wstring& path);
commands.cc
155
int
TestOpenWriteFile
(int argc, wchar_t **argv) {
162
return
TestOpenWriteFile
(path);
165
int
TestOpenWriteFile
(const std::wstring& path) {
Completed in 3145 milliseconds