Home | History | Annotate | Download | only in clang

Lines Matching refs:lib_dir

392     lib_dir = os.path.join(
394 makedirs(lib_dir)
396 install_target_profile_rt(build_dir, lib_dir)
400 install_host_profile_rt(build_dir, host, lib_dir)
403 def install_target_profile_rt(build_dir, lib_dir):
419 install_file(built_lib, os.path.join(lib_dir, lib_name))
422 def install_host_profile_rt(build_dir, host, lib_dir):
434 install_file(built_lib, os.path.join(lib_dir, lib_name))
442 lib_dir = os.path.join(
444 if not os.path.isdir(lib_dir):
445 makedirs(lib_dir)
461 install_file(built_lib, os.path.join(lib_dir, module + '.so'))
492 lib_dir = os.path.join(product_dir, 'obj/SHARED_LIBRARIES',
495 built_lib = os.path.join(lib_dir, 'PACKED', lib_name)