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, sources, jar_path):
45 with open(result_path, 'rb') as f:
49 with open(result_path, 'wb') as f:
53 dom = minidom.parse(result_path)
81 '--xml', _RelativizePath(result_path),
112 if os.path.exists(result_path):
113 os.remove(result_path)
119 if not os.path.exists(result_path):
131 with open(result_path) as f:
142 _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 312 base::FilePath result_path; local
350 const base::FilePath& result_path) {
354 *result_path_p = result_path;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_sync_unittest.cc 211 base::FilePath result_path; local
221 &result_path),
226 EXPECT_EQ(normalized_path, result_path);
    [all...]

Completed in 1143 milliseconds