Searched refs:long_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dfile_util_unittest.cc537 FilePath long_path = base_b; local
539 while (long_path.value().length() <= kLengthLimit) {
540 long_path = long_path.Append(FPL("to_base_b"));
542 long_path = long_path.Append(FPL("to_sub_a"))
545 ASSERT_FALSE(file_util::NormalizeFilePath(long_path, &normalized_path));
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc85 bool ConvertToLongPath(const string16& short_path, string16* long_path) { argument
90 *long_path = long_path_buf;

Completed in 113 milliseconds