Searched refs:get_current_dir (Results 1 – 3 of 3) sorted by relevance
/system/apex/tools/ |
D | apexer_with_DCLA_preprocessing_test.py | 42 def get_current_dir(): function 68 tool_binary = os.path.join(get_current_dir(), 'apexer_with_DCLA_preprocessing') 77 tool_binary = os.path.join(get_current_dir(), 'bin', tool_name) 106 tools_zip_file = os.path.join(get_current_dir(), 'apexer_test_host_tools.zip') 148 dir_name = get_current_dir() 162 apex_file = os.path.join(get_current_dir(), TEST_APEX + '.apex') 198 key_file = os.path.join(get_current_dir(), TEST_PRIVATE_KEY)
|
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')
|
/system/apex/apexer/ |
D | apexer_test.py | 126 def get_current_dir(): function 164 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)]) 334 os.path.join(get_current_dir(), TEST_X509_KEY), 335 os.path.join(get_current_dir(), TEST_PK8_KEY), 352 cmd.extend(['--key', os.path.join(get_current_dir(), TEST_PRIVATE_KEY)]) 372 apex_file_path = os.path.join(get_current_dir(), apex_name + ".apex") 394 apex_file_path = os.path.join(get_current_dir(), TEST_APEX + ".apex") 406 apex_file_path = os.path.join(get_current_dir(), TEST_APEX + ".apex")
|