/external/chromium_org/base/test/ |
test_shortcut_win.cc | 39 EXPECT_NE(0U, ::GetLongPathName( 42 EXPECT_NE(0U, ::GetLongPathName(
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32filesystem.cc | 42 // before calling GetLongPathName. We do this because calling GetLongPathName 220 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer))) 318 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer))) 371 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32filesystem.cc | 42 // before calling GetLongPathName. We do this because calling GetLongPathName 220 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer))) 318 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer))) 371 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
|
/external/chromium_org/sandbox/win/src/ |
win_utils.cc | 196 DWORD return_value = ::GetLongPathName(path.c_str(), long_path_buf.get(), 201 return_value = ::GetLongPathName(path.c_str(), long_path_buf.get(), size);
|
/external/chromium_org/third_party/icu/source/tools/genccode/ |
genccode.c | 165 filename=getLongPathname(argv[argc]);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
toolutil.h | 67 getLongPathname(const char *pathname);
|
toolutil.cpp | 88 getLongPathname(const char *pathname) {
|
pkg_gencmn.c | 184 addFile(getLongPathname(line), name, source, sourceTOC, verbose);
|
/external/icu4c/tools/genccode/ |
genccode.c | 161 filename=getLongPathname(argv[argc]);
|
/external/icu4c/tools/toolutil/ |
toolutil.h | 68 getLongPathname(const char *pathname);
|
toolutil.cpp | 92 getLongPathname(const char *pathname) {
|
pkg_gencmn.c | 203 addFile(getLongPathname(line), name, source, sourceTOC, verbose);
|
/external/icu4c/samples/uresb/ |
uresb.c | 150 arg = getLongPathname(argv[i]);
|
/external/chromium/chrome/common/ |
sandbox_policy.cc | 183 if (!::GetLongPathName(path, path, arraysize(path))) 253 DWORD long_path_return_value = GetLongPathName(app_dir.value().c_str(),
|
/external/chromium_org/base/ |
file_util_win.cc | 280 DWORD long_name_len = GetLongPathName(temp_name, long_temp_name, MAX_PATH); 282 // GetLongPathName() failed, but we still have a temporary file.
|
/external/chromium_org/content/common/ |
sandbox_win.cc | 169 if (!::GetLongPathName(path, path, arraysize(path))) 319 DWORD long_path_return_value = GetLongPathName(app_dir.value().c_str(),
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
scilab.php | 110 'getlongpathname', 'getmark', 'getmemory', 'getos', 'getpid', 'getscilabkeywords', 'getshell',
|
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_win.cc | 268 const size_t length = GetLongPathName(path.value().c_str(), NULL, 0); 271 if (GetLongPathName(path.value().c_str(), &long_path[0], length) != 0) [all...] |
/external/chromium_org/tools/win/toolchain/ |
toolchain.py | 22 def GetLongPathName(path): 138 sdk_temp_dir = GetLongPathName(TempDir())
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
putiltst.c | 697 addTest(root, &toolutil_getLongPathname, "putiltst/toolutil/getLongPathname");
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
derb.c | 213 arg = getLongPathname(argv[i]);
|
genrb.c | 414 arg = getLongPathname(argv[i]);
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
makeconv.c | 293 arg = getLongPathname(*argv);
|
/external/icu4c/test/cintltst/ |
putiltst.c | 697 addTest(root, &toolutil_getLongPathname, "putiltst/toolutil/getLongPathname");
|
/external/icu4c/tools/genrb/ |
derb.c | 213 arg = getLongPathname(argv[i]);
|