HomeSort by relevance Sort by last modified time
    Searched full:getlongpathname (Results 1 - 25 of 33) sorted by null

1 2

  /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 298 DWORD long_name_len = GetLongPathName(temp_name, long_temp_name, MAX_PATH);
300 // GetLongPathName() failed, but we still have a temporary file.
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 265 const size_t length = GetLongPathName(path.value().c_str(), NULL, 0);
268 if (GetLongPathName(path.value().c_str(), &long_path[0], length) != 0)
    [all...]
  /external/chromium_org/content/common/
sandbox_win.cc 165 if (!::GetLongPathName(path, path, arraysize(path)))
315 DWORD long_path_return_value = GetLongPathName(app_dir.value().c_str(),
  /external/chromium_org/tools/win/toolchain/
toolchain.py 22 def GetLongPathName(path):
136 sdk_temp_dir = GetLongPathName(TempDir())
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
scilab.php 110 'getlongpathname', 'getmark', 'getmemory', 'getos', 'getpid', 'getscilabkeywords', 'getshell',
  /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]);

Completed in 792 milliseconds

1 2