MCPcopy
hub / github.com/alibaba/freeline / get_sync_file_path

Method get_sync_file_path

freeline_core/android_tools.py:239–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237 return os.path.join(self.get_backup_values_dir(), 'freeline_id_keeper_ids.xml')
238
239 def get_sync_file_path(self):
240 dir_path = os.path.join(self._cache_dir, self._module_name, 'respack')
241 if not os.path.isdir(dir_path):
242 os.makedirs(dir_path)
243 return os.path.join(dir_path, self._module_name + '.sync')
244
245 def get_dst_dex_path(self):
246 return os.path.join(self.get_patch_dex_dir(), self._module_name + '.dex')

Callers 4

executeMethod · 0.80
sync_incremental_resMethod · 0.80
check_res_taskMethod · 0.80
run_aapt_taskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected