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

  /external/autotest/site_utils/autoupdate/
full_release_test.py 146 source_version = _version_re.match(source_release).group('base_version')
150 self.board, name, is_delta_update, source_version,
185 Returns: tuple with source_version, and target_version.
234 source_version, target_version = (
236 _, source_release = self._parse_build_version(source_version)
247 # Search for the full payload to the source_version in the
248 # self.archive_url directory if the source_version is the tested
252 source_uri = self._get_source_uri_from_build_version(source_version)
256 source_version)
260 delta_type = 'npo' if source_version == target_version else 'nmo
    [all...]
  /build/tools/releasetools/
ota_from_target_files 786 source_version = OPTIONS.source_info_dict["recovery_api_version"]
789 if source_version == 0:
793 source_version, OPTIONS.target_info_dict,
837 source_version=source_version,
    [all...]
ota_from_target_files.py 786 source_version = OPTIONS.source_info_dict["recovery_api_version"]
789 if source_version == 0:
793 source_version, OPTIONS.target_info_dict,
837 source_version=source_version,
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 581 bfd_mach_o_source_version_command source_version; member in union:bfd_mach_o_load_command::__anon74976
mach-o.c     [all...]
  /external/bison/
configure     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 205 { "source_version", BFD_MACH_O_LC_SOURCE_VERSION},
    [all...]

Completed in 129 milliseconds