HomeSort by relevance Sort by last modified time
    Searched full:windows_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
path.py 103 windows_path = self._child_process.stdout.readline().rstrip()
106 windows_path = '%s%s' % (windows_path[0].upper(), windows_path[1:])
107 return windows_path
  /external/chromium_org/sandbox/win/tests/common/
controller.cc 20 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);
  /external/chromium_org/sandbox/win/src/
process_policy_test.cc 25 wchar_t windows_path[MAX_PATH] = {0}; local
26 ::GetSystemWindowsDirectoryW(windows_path, MAX_PATH);
27 base::string16 full_path(windows_path);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]

Completed in 133 milliseconds