HomeSort by relevance Sort by last modified time
    Searched defs:long_path (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
file_util_unittest.cc 537 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));
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 397 FilePath long_path = base_b; local
399 while (long_path.value().length() <= kLengthLimit) {
400 long_path = long_path.Append(FPL("to_base_b"));
402 long_path = long_path.Append(FPL("to_sub_a"))
405 ASSERT_FALSE(NormalizeFilePath(long_path, &normalized_path));
    [all...]

Completed in 60 milliseconds