Searched refs:GetLongPathName (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/base/test/ |
D | test_shortcut_win.cc | 39 EXPECT_NE(0U, ::GetLongPathName( in ValidatePathsAreEqual() 42 EXPECT_NE(0U, ::GetLongPathName( in ValidatePathsAreEqual()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | win32filesystem.cc | 220 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer))) in GetTemporaryFolder() 318 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer))) in IsTemporaryPath() 371 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer))) in GetAppDataFolder()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | win32filesystem.cc | 220 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer))) in GetTemporaryFolder() 318 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer))) in IsTemporaryPath() 371 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer))) in GetAppDataFolder()
|
/external/chromium_org/sandbox/win/src/ |
D | win_utils.cc | 196 DWORD return_value = ::GetLongPathName(path.c_str(), long_path_buf.get(), in ConvertToLongPath() 201 return_value = ::GetLongPathName(path.c_str(), long_path_buf.get(), size); in ConvertToLongPath()
|
/external/chromium_org/content/common/ |
D | sandbox_win.cc | 169 if (!::GetLongPathName(path, path, arraysize(path))) in IsExpandedModuleName() 319 DWORD long_path_return_value = GetLongPathName(app_dir.value().c_str(), in AddGenericPolicy()
|
/external/chromium/chrome/common/ |
D | sandbox_policy.cc | 183 if (!::GetLongPathName(path, path, arraysize(path))) in IsExpandedModuleName() 253 DWORD long_path_return_value = GetLongPathName(app_dir.value().c_str(), in AddGenericPolicy()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_shortcut_manager_win.cc | 268 const size_t length = GetLongPathName(path.value().c_str(), NULL, 0); in ConvertToLongPath() 271 if (GetLongPathName(path.value().c_str(), &long_path[0], length) != 0) in ConvertToLongPath()
|
/external/chromium_org/tools/win/toolchain/ |
D | toolchain.py | 22 def GetLongPathName(path): function 138 sdk_temp_dir = GetLongPathName(TempDir())
|
/external/chromium_org/base/ |
D | file_util_win.cc | 280 DWORD long_name_len = GetLongPathName(temp_name, long_temp_name, MAX_PATH); in CreateTemporaryFileInDir()
|
D | file_util_unittest.cc | 552 path_buffer_length = GetLongPathName(temp_file.value().c_str(), in TEST_F()
|
/external/chromium/chrome/browser/ |
D | enumerate_modules_model_win.cc | 87 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf, in ConvertToLongPath()
|
/external/chromium_org/chrome/browser/ |
D | enumerate_modules_model_win.cc | 96 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf, in ConvertToLongPath()
|
/external/chromium/base/ |
D | file_util_win.cc | 608 DWORD path_len = GetLongPathName(temp_name, temp_name, MAX_PATH); in CreateTemporaryFileInDir()
|