Searched refs:file_path (Results 1 – 5 of 5) sorted by relevance
46 def Parse(self, file_path): argument55 doc = xml.dom.minidom.parse(file_path)58 logger.Log("test file %s does not exist" % file_path)61 logger.Log("Error Parsing xml file: %s " % file_path)64 logger.Log("Error Parsing xml file: %s Reason: %s" % (file_path, e.msg))120 def Parse(file_path): argument131 tests_result.Parse(file_path)
61 const std::string &file_path = walker->path(); in CollectExportedHeaderSet() local63 llvm::StringRef file_name(llvm::sys::path::filename(file_path)); in CollectExportedHeaderSet()74 llvm::errs() << "Failed to stat file: " << file_path << "\n"; in CollectExportedHeaderSet()84 exported_headers->insert(RealPath(file_path)); in CollectExportedHeaderSet()
55 def Parse(self, file_path): argument64 doc = xml.dom.minidom.parse(file_path)67 logger.Log('Results file %s does not exist' % file_path)70 logger.Log('Error Parsing xml file: %s ' % file_path)
326 def _resolve_sys_path(self, file_path): argument329 return os.path.join(os.environ['ANDROID_PRODUCT_OUT'], file_path)331 return self.adb.pull(file_path)469 file_path = os.path.join(dirName, file)470 xml_files.append(file_path)
75 file_path = os.path.join(self._install_dir, file)76 with open(file_path, 'r') as f: