Home
last modified time | relevance | path

Searched refs:_parse_property_files_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/make/tools/releasetools/
H A Dtest_non_ab_ota.py44 tokens = self._parse_property_files_string(property_files_string)
59 tokens = self._parse_property_files_string(property_files_string)
H A Dtest_ota_from_target_files.py830 tokens = self._parse_property_files_string(property_files_string)
846 tokens = self._parse_property_files_string(property_files_string)
873 tokens = self._parse_property_files_string(streaming_metadata)
975 tokens = self._parse_property_files_string(property_files_string)
994 tokens = self._parse_property_files_string(streaming_metadata)
1163 tokens = self._parse_property_files_string(property_files_string)
1180 tokens = self._parse_property_files_string(property_files_string)
H A Dtest_utils.py242 def _parse_property_files_string(data): member in PropertyFilesTestCase