Lines Matching refs:path
17 import os.path
28 self.assertTrue(os.path.exists(self.testdata_dir))
34 foo_apex = os.path.join(self.testdata_dir, 'foo.apex')
35 payload_key = os.path.join(self.testdata_dir, 'testkey_RSA4096.key')
36 container_key = os.path.join(self.testdata_dir, 'testkey')
43 self.assertTrue(os.path.exists(signed_foo_apex))
47 test_apex = os.path.join(self.testdata_dir, 'has_apk.apex')
48 payload_key = os.path.join(self.testdata_dir, 'testkey_RSA4096.key')
49 container_key = os.path.join(self.testdata_dir, 'testkey')
50 apk_keys = {'wifi-service-resources.apk': os.path.join(
59 self.assertTrue(os.path.exists(signed_test_apex))
63 apex = os.path.join(test_utils.get_current_dir(), 'com.android.apex.compressed.v1.capex')
64 payload_key = os.path.join(self.testdata_dir, 'testkey_RSA4096.key')
65 container_key = os.path.join(self.testdata_dir, 'testkey')
73 self.assertTrue(os.path.exists(signed_apex))