Home
last modified time | relevance | path

Searched refs:current_dir (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
H A Dentry.py35 current_dir = os.path.dirname(os.path.abspath(__file__))
36 print(current_dir)
38 process = subprocess.Popen(cmd, cwd=current_dir,
/arkcompiler/toolchain/tooling/client/tcpServer/test/
H A Druntest.py44 current_dir = os.path.dirname(os.path.abspath(__file__))
45 case_dir = current_dir + os.sep + 'js_test_case'
/arkcompiler/ets_runtime/test/regresstest/
H A Drun_regress_test.py108 current_dir = str(os.getcwd())
109 current_frontend_binary = os.path.join(current_dir, str(args.ark_frontend_binary))
121 current_dir = str(os.getcwd())
126 current_ark_tool = os.path.join(current_dir, str(args.ark_tool))
139 current_dir = str(os.getcwd())
140 current_ark_aot_tool = os.path.join(current_dir, str(args.ark_aot_tool))
156 current_dir = str(os.getcwd())
157 stub_path = os.path.join(current_dir, str(args.stub_path))
194 current_dir = str(os.getcwd())
195 libs = [os.path.abspath(os.path.join(current_dir, st
[all...]

Completed in 2 milliseconds