Lines Matching full:path
49 help="The path collection of dependent so has been divided by':'")
70 help="the root path for qemu-aarch64 or qemu-arm")
91 ICU_PATH = f"--icu-data-path={CODE_ROOT}/third_party/icu/ohos_icu4j/data"
231 output_file = os.path.splitext(os.path.join(BASE_OUT_DIR,
232 os.path.split(dependency)[1]))[0]
251 file_dir = os.path.split(self.js_file)[0]
252 proto_abc_file = ".".join([os.path.splitext(os.path.basename(self.js_file))[0], "abc"])
256 if os.path.exists(file_name_pre):
261 dependency_file_prefix = os.path.basename(dependency)[:-3]
266 if not os.path.exists(dependency_bin_file):
271 if not os.path.exists(proto_bin_file):
283 elif os.path.exists(proto_bin_file):
293 file_name_pre = os.path.splitext(js_file)[0]
294 file_name = os.path.basename(js_file)
309 … dependencies = collect_module_dependencies(js_file, os.path.join(TEST_FULL_DIR, search_dir), [])
344 self.abc_file = os.path.abspath(out_file)
345 js_dir = os.path.dirname(js_file)
352 abc_file = os.path.abspath(f'{js_dir}/{abc_file}')
367 file_name_pre = os.path.splitext(self.js_file)[0]
390 file_name_pre = os.path.splitext(self.js_file)[0]
413 record_name = os.path.splitext(os.path.split(self.js_file)[1])[0]
422 #add env path for cmd/powershell execute
425 os.environ["PATH"] = libs_dir + ";" + os.environ["PATH"]
430 file_name_pre = os.path.splitext(self.js_file)[0]
450 record_name = os.path.splitext(os.path.split(self.js_file)[1])[0]