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

/external/chromium_org/sandbox/win/src/
H A Dprocess_policy_test.cc25 wchar_t windows_path[MAX_PATH] = {0}; local
26 ::GetSystemWindowsDirectoryW(windows_path, MAX_PATH);
27 base::string16 full_path(windows_path);
/external/chromium_org/sandbox/win/tests/common/
H A Dcontroller.cc20 wchar_t windows_path[MAX_PATH] = {0}; local
21 if (0 == ::GetSystemWindowsDirectoryW(windows_path, MAX_PATH))
24 base::string16 full_path(windows_path);
38 wchar_t windows_path[MAX_PATH] = {0}; local
39 if (0 == ::GetSystemWindowsDirectoryW(windows_path, MAX_PATH))
42 base::string16 full_path(windows_path);

Completed in 183 milliseconds