Home
last modified time | relevance | path

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

/system/apex/apexer/
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")
/system/apex/tools/
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')