Home
last modified time | relevance | path

Searched refs:GetLongPathName (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/base/test/
Dtest_shortcut_win.cc39 EXPECT_NE(0U, ::GetLongPathName( in ValidatePathsAreEqual()
42 EXPECT_NE(0U, ::GetLongPathName( in ValidatePathsAreEqual()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dwin32filesystem.cc220 !::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/
Dwin32filesystem.cc220 !::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/
Dwin_utils.cc196 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/
Dsandbox_win.cc169 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/
Dsandbox_policy.cc183 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/
Dprofile_shortcut_manager_win.cc268 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/
Dtoolchain.py22 def GetLongPathName(path): function
138 sdk_temp_dir = GetLongPathName(TempDir())
/external/chromium_org/base/
Dfile_util_win.cc280 DWORD long_name_len = GetLongPathName(temp_name, long_temp_name, MAX_PATH); in CreateTemporaryFileInDir()
Dfile_util_unittest.cc552 path_buffer_length = GetLongPathName(temp_file.value().c_str(), in TEST_F()
/external/chromium/chrome/browser/
Denumerate_modules_model_win.cc87 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf, in ConvertToLongPath()
/external/chromium_org/chrome/browser/
Denumerate_modules_model_win.cc96 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf, in ConvertToLongPath()
/external/chromium/base/
Dfile_util_win.cc608 DWORD path_len = GetLongPathName(temp_name, temp_name, MAX_PATH); in CreateTemporaryFileInDir()