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

  /external/chromium_org/build/android/gyp/
lint.py 23 result_path, product_dir, src_dirs, classes_dir):
45 with open(result_path, 'rb') as f:
49 with open(result_path, 'wb') as f:
53 dom = minidom.parse(result_path)
82 '--xml', _RelativizePath(result_path),
88 if os.path.exists(result_path):
89 os.remove(result_path)
95 if not os.path.exists(result_path):
107 _RelativizePath(result_path),
111 _RelativizePath(result_path)))
    [all...]
  /external/chromium_org/build/android/lint/
suppress.py 61 def _ParseAndMergeResultFile(result_path, issues_dict):
62 print 'Parsing and merging %s' % result_path
63 dom = minidom.parse(result_path)
98 def _Suppress(config_path, result_path):
100 _ParseAndMergeResultFile(result_path, issues_dict)
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc 80 // |result_path| is set if |locale_string| maps to a localized directory name
86 base::FilePath* result_path) {
90 DCHECK(result_path);
102 *result_path = localized_auto_add_path;
153 base::FilePath result_path; local
158 &result_path)) {
159 return result_path;
163 language, &result_path)) {
164 return result_path;
170 "en", &result_path)) {
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 194 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));
195 return result_path;
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 249 base::FilePath result_path; local
268 base::FilePath result_path; local
307 const base::FilePath& result_path) {
313 *result_path_p = result_path;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_sync_unittest.cc 209 base::FilePath result_path; local
219 &result_path),
225 EXPECT_EQ(normalized_path, result_path);
    [all...]

Completed in 1509 milliseconds