Searched refs:get_current_dir (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/apex/apexer/ |
H A D | apexer_test.py | 127 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 D | apex_compression_test.py | 114 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 D | test_sign_apex.py | 63 apex = os.path.join(test_utils.get_current_dir(), 'com.android.apex.compressed.v1.capex')
|
H A D | test_utils.py | 58 def get_current_dir(): function
|
H A D | test_merge_target_files.py | 293 os.path.join(test_utils.get_current_dir(),
|
H A D | test_ota_from_target_files.py | 84 apex_file = os.path.join(test_utils.get_current_dir(), apex_file_name) 294 test_utils.get_current_dir(), original_apex_name)
|