Lines Matching refs:format
79 "Path {} does not exist. ".format(self.debugfs_path) +
96 .format(entry, self.apex_path))
115 "Path {} does not exist. ".format(self.debugfs_path) +
154 assert os.path.exists(filename), 'file {} not found'.format(filename)
178 ['--signing_args', '"{}"'.format(signing_args)])
205 '--prop', 'apex.key:{}'.format(payload_key_name),
218 'Failed to sign APEX payload {} with {}:\n{}'.format(
236 'Failed to validate payload signing for {} with {}:\n{}'.format(
255 raise ApexInfoError('Failed to find image: {}'.format(payload_path))
262 'Failed to get APEX payload info for {}:\n{}'.format(
291 'Failed to parse prop string {}'.format(value))
306 'Failed to find {} prop in {}'.format(key, payload_path))
515 raise ApexInfoError('Unsupported apex type {}'.format(apex_type))
519 'Failed to get type for {}:\n{}'.format(apex_file, e))