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/third_party/skia/
make.py 73 found_path = None
79 found_path = possible_path
82 if found_path:
83 print '\nIt looks like you can run that script at:\n%s' % found_path
  /external/chromium_org/content/browser/fileapi/
external_mount_points_unittest.cc 122 base::FilePath found_path; local
124 mount_points->GetRegisteredPath(kTestCases[i].name, &found_path))
129 EXPECT_EQ(expected_path.NormalizePathSeparators(), found_path);
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 270 bool found_path = false; local
292 found_path = true;
299 if (!found_path)

Completed in 995 milliseconds