Lines Matching refs:join
742 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
743 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
744 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
745 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
746 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
753 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
754 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
755 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
756 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
757 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
760 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
761 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
762 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
763 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
764 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
767 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
768 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
769 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
770 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
771 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
774 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
775 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
776 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
777 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
778 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
783 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
784 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
785 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
786 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
787 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
793 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
794 self.assertTrue(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
795 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
796 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
797 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
802 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test1')))
803 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Test2')))
804 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Foo3')))
805 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Bar4')))
806 self.assertFalse(os.path.exists(os.path.join(unzipped_dir, 'Dir5/Baz5')))
958 cert = os.path.join(self.testdata_dir, 'testkey.x509.pem')
959 pubkey = os.path.join(self.testdata_dir, 'testkey.pubkey.pem')
964 wrong_input = os.path.join(self.testdata_dir, 'testkey.pk8')
969 privkey = os.path.join(self.testdata_dir, 'testkey.key')
970 pubkey = os.path.join(self.testdata_dir, 'testkey.pubkey.pem')
978 cert = os.path.join(self.testdata_dir, 'testkey.x509.pem')
992 test_app = os.path.join(self.testdata_dir, 'TestApp.apk')
1002 test_app = os.path.join(self.testdata_dir, 'TestApp.apk')
1044 os.makedirs(os.path.join(target_files_dir, 'SYSTEM'))
1045 os.makedirs(os.path.join(target_files_dir, 'SYSTEM', 'vendor'))
1046 os.makedirs(os.path.join(target_files_dir, 'PRODUCT'))
1047 os.makedirs(os.path.join(target_files_dir, 'SYSTEM', 'product'))
1048 os.makedirs(os.path.join(target_files_dir, 'SYSTEM', 'vendor', 'odm'))
1049 os.makedirs(os.path.join(target_files_dir, 'VENDOR_DLKM'))
1129 '\n'.join([
1153 '\n'.join([
1196 '\n'.join([
1221 '\n'.join([
1251 '\n'.join([
1276 '\n'.join([
1289 pubkey = os.path.join(self.testdata_dir, 'testkey.pubkey.pem')
1303 key = os.path.join(self.testdata_dir, 'testkey.key')
1322 pubkey = os.path.join(self.testdata_dir, 'testkey.pubkey.pem')
1332 pubkey = os.path.join(self.testdata_dir, 'testkey_with_passwd.x509.pem')
1351 file_path = os.path.join(self.testdata_dir,
1371 info_values = ''.join(
1499 os.path.join(unzipped, 'ROOT'), loaded_dict['root_dir'])
1501 os.path.join(unzipped, 'META', 'root_filesystem_config.txt'),
1586 pubkey = os.path.join(testdata_dir, 'testkey.pubkey.pem')
1604 pubkey = os.path.join(testdata_dir, 'testkey.pubkey.pem')
1617 pubkey = os.path.join(testdata_dir, 'testkey.pubkey.pem')
1650 common.OPTIONS.aftl_key_path = os.path.join(testdata_dir,
1652 common.OPTIONS.aftl_manufacturer_key_path = os.path.join(
1690 common.OPTIONS.aftl_key_path = os.path.join(testdata_dir,
1692 common.OPTIONS.aftl_manufacturer_key_path = os.path.join(
1733 pubkey = os.path.join(self.testdata_dir, 'testkey_gki.pem')
1753 pubkey = os.path.join(self.testdata_dir, 'testkey_gki.pem')
1776 pubkey = os.path.join(self.testdata_dir, 'no_testkey_gki.pem')
1795 search_pubkey = os.path.join(search_path_dir, pubkey)
1825 search_pubkey = os.path.join(search_path_dir, pubkey)
1851 self._info["fstab"] = common.LoadRecoveryFSTab("\n".join, 2, fake_fstab)
1865 loc = os.path.join(self._tempdir, prefix, name)
2151 'ODM/etc/build.prop': '\n'.join(build_prop),
2181 'ODM/etc/build.prop': '\n'.join(self.odm_build_prop),
2182 'ODM/etc/build_std.prop': '\n'.join(build_std_prop),
2183 'ODM/etc/build_pro.prop': '\n'.join(build_pro_prop),
2219 'ODM/etc/build.prop': '\n'.join(build_prop),
2258 'ODM/etc/build.prop': '\n'.join(build_prop),
2259 'ODM/etc/build_std.prop': '\n'.join(build_std_prop),
2260 'ODM/etc/build_pro.prop': '\n'.join(build_pro_prop),
2261 'ODM/etc/build_product1.prop': '\n'.join(product1_prop),
2262 'ODM/etc/build_product2.prop': '\n'.join(product2_prop),
2311 'ODM/etc/build.prop': '\n'.join(build_prop),
2312 'ODM/etc/build_std.prop': '\n'.join(build_std_prop),
2313 'ODM/etc/build_pro.prop': '\n'.join(build_pro_prop),
2346 'ODM/etc/build.prop': '\n'.join(build_prop),
2347 'ODM/etc/build_std.prop': '\n'.join(build_std_prop),
2348 'ODM/etc/build_pro.prop': '\n'.join(build_pro_prop),
2349 'ODM/etc/build_product1.prop': '\n'.join(product1_prop),
2350 'ODM/etc/build_product2.prop': '\n'.join(product2_prop),