Lines Matching refs:join

38 TEST_PRIVATE_KEY = os.path.join("testdata", "com.android.example.apex.pem")
39 TEST_X509_KEY = os.path.join("testdata", "com.android.example.apex.x509.pem")
40 TEST_PK8_KEY = os.path.join("testdata", "com.android.example.apex.pk8")
41 TEST_AVB_PUBLIC_KEY = os.path.join("testdata", "com.android.example.apex.avbpubkey")
67 print("\nRunning: \n%s\n" % " ".join(args))
69 logger.info(" Running: \"%s\"", " ".join(args))
76 host_command_dir = os.path.join(host_build_top, "out/soong/host/linux-x86/bin")
77 args[0] = os.path.join(host_command_dir, args[0])
186 file_path = os.path.join(dir_name, i)
210 if os.path.exists(os.path.join(dir_name, i)):
211 os.remove(os.path.join(dir_name, i))
212 if os.path.isdir(os.path.join(dir_name, "lost+found")):
213 shutil.rmtree(os.path.join(dir_name, "lost+found"))
224 if os.path.exists(os.path.join(dir_name, i)):
225 os.remove(os.path.join(dir_name, i))
226 if os.path.isdir(os.path.join(dir_name, "lost+found")):
227 shutil.rmtree(os.path.join(dir_name, "lost+found"))
248 cmd.extend(["--key", os.path.join(get_current_dir(), TEST_PRIVATE_KEY)])
249 cmd.extend(["--pubkey", os.path.join(get_current_dir(), TEST_AVB_PUBLIC_KEY)])
273 os.path.join(get_current_dir(), TEST_X509_KEY),
274 os.path.join(get_current_dir(), TEST_PK8_KEY),
290 cmd.extend(['--key', os.path.join(get_current_dir(), TEST_PRIVATE_KEY)])
309 apex_file_path = os.path.join(get_current_dir(), apex_name + ".apex")
331 apex_file_path = os.path.join(get_current_dir(), TEST_APEX + ".apex")
343 apex_file_path = os.path.join(get_current_dir(), TEST_APEX + ".apex")