HomeSort by relevance Sort by last modified time
    Searched refs:found_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/python/google/
path_utils.py 49 found_path = os.path.join(cur_dir, desired_path)
50 while not os.path.exists(found_path):
56 found_path = os.path.join(cur_dir, desired_path)
59 found_path = found_path[:len(found_path) - len(desired_path)]
60 if found_path.endswith(os.sep):
61 found_path = found_path[:len(found_path) - 1
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points_unittest.cc 121 base::FilePath found_path; local
123 mount_points->GetRegisteredPath(kTestCases[i].name, &found_path))
128 EXPECT_EQ(expected_path.NormalizePathSeparators(), found_path);
  /external/chromium/chrome/browser/importer/
firefox3_importer.cc 231 bool found_path = false; local
245 found_path = true;
253 found_path = true;
263 if (!found_path)
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 263 bool found_path = false; local
285 found_path = true;
292 if (!found_path)

Completed in 81 milliseconds