HomeSort by relevance Sort by last modified time
    Searched full:result_path (Results 1 - 10 of 10) 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 81 // |result_path| is set if |locale_string| maps to a localized directory name
87 base::FilePath* result_path) {
91 DCHECK(result_path);
103 *result_path = localized_auto_add_path;
154 base::FilePath result_path; local
159 &result_path)) {
160 return result_path;
164 language, &result_path)) {
165 return result_path;
171 "en", &result_path)) {
    [all...]
  /external/chromium_org/build/android/
lint_action.gypi 32 '--result-path=<(result_path)',
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.cc 117 base::FilePath result_path(components[0]);
123 result_path = result_path.Append(components[i]);
133 return result_path;
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 194 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));
195 return result_path;
201 Path result_path(m_PathName.substr(begin_pos));
202 return result_path;
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 251 base::FilePath result_path; local
270 base::FilePath result_path; local
309 const base::FilePath& result_path) {
315 *result_path_p = result_path;
  /external/llvm/lib/Support/Windows/
Path.inc 135 SmallVectorImpl<char> &result_path,
138 // Use result_path as temp storage.
139 result_path.set_size(0);
140 StringRef m = model.toStringRef(result_path);
247 // Set result_path to the utf-8 representation of the path.
249 random_path_utf16.size(), result_path)) {
    [all...]
  /external/chromium_org/build/
java.gypi 322 'result_path': '<(lint_result)',
java_apk.gypi 566 'result_path': '<(lint_result)',

Completed in 521 milliseconds