Home
last modified time | relevance | path

Searched refs:get_current_dir (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/apex/apexer/
H A Dapexer_test.py127 def get_current_dir(): function
165 self._get_host_tools(os.path.join(get_current_dir(), "apexer_test_host_tools.zip"))
286 cmd.extend(["--key", os.path.join(get_current_dir(), TEST_PRIVATE_KEY)])
287 cmd.extend(["--pubkey", os.path.join(get_current_dir(), TEST_AVB_PUBLIC_KEY)])
332 os.path.join(get_current_dir(), TEST_X509_KEY),
333 os.path.join(get_current_dir(), TEST_PK8_KEY),
350 cmd.extend(['--key', os.path.join(get_current_dir(), TEST_PRIVATE_KEY)])
369 apex_file_path = os.path.join(get_current_dir(), apex_name + ".apex")
391 apex_file_path = os.path.join(get_current_dir(), TEST_APEX + ".apex")
403 apex_file_path = os.path.join(get_current_dir(), TEST_APEX + ".apex")
/aosp12/system/apex/tools/
H A Dapex_compression_test.py114 def get_current_dir(): function
247 uncompressed_apex_fp = os.path.join(get_current_dir(), TEST_APEX + '.apex')
287 uncompressed_apex_fp = os.path.join(get_current_dir(), TEST_APEX + '.apex')
309 uncompressed_apex_fp = os.path.join(get_current_dir(), TEST_APEX + '.apex')
/aosp12/build/make/tools/releasetools/
H A Dtest_sign_apex.py63 apex = os.path.join(test_utils.get_current_dir(), 'com.android.apex.compressed.v1.capex')
H A Dtest_utils.py58 def get_current_dir(): function
H A Dtest_merge_target_files.py293 os.path.join(test_utils.get_current_dir(),
H A Dtest_ota_from_target_files.py84 apex_file = os.path.join(test_utils.get_current_dir(), apex_file_name)
294 test_utils.get_current_dir(), original_apex_name)