Searched refs:windows_path (Results 1 – 3 of 3) sorted by relevance
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
20 wchar_t windows_path[MAX_PATH] = {0}; in MakePathToSys32() local21 if (0 == ::GetSystemWindowsDirectoryW(windows_path, MAX_PATH)) in MakePathToSys32()24 base::string16 full_path(windows_path); in MakePathToSys32()38 wchar_t windows_path[MAX_PATH] = {0}; in MakePathToSysWow64() local39 if (0 == ::GetSystemWindowsDirectoryW(windows_path, MAX_PATH)) in MakePathToSysWow64()42 base::string16 full_path(windows_path); in MakePathToSysWow64()
25 wchar_t windows_path[MAX_PATH] = {0}; in MakeFullPathToSystem32() local26 ::GetSystemWindowsDirectoryW(windows_path, MAX_PATH); in MakeFullPathToSystem32()27 base::string16 full_path(windows_path); in MakeFullPathToSystem32()