Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dtest_non_ab_ota.py44 tokens = self._parse_property_files_string(property_files_string)
59 tokens = self._parse_property_files_string(property_files_string)
Dtest_ota_from_target_files.py711 tokens = self._parse_property_files_string(property_files_string)
727 tokens = self._parse_property_files_string(property_files_string)
754 tokens = self._parse_property_files_string(streaming_metadata)
855 tokens = self._parse_property_files_string(property_files_string)
874 tokens = self._parse_property_files_string(streaming_metadata)
1042 tokens = self._parse_property_files_string(property_files_string)
1059 tokens = self._parse_property_files_string(property_files_string)
Dtest_utils.py216 def _parse_property_files_string(data): member in PropertyFilesTestCase