Searched refs:get_current_dir (Results 1 – 2 of 2) sorted by relevance
/system/apex/apexer/ |
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")
|
/system/apex/tools/ |
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')
|