Lines Matching refs:current_dir
108 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, str(lib))) for lib in libs]