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

  /external/chromium_org/chrome/installer/util/
install_util_unittest.cc 446 DWORD short_len = GetShortPathName(expect.value().c_str(), local
449 ASSERT_NE(static_cast<DWORD>(0), short_len);
450 ASSERT_GT(static_cast<DWORD>(MAX_PATH), short_len); local
451 short_expect.resize(short_len);

Completed in 62 milliseconds