/build/common/musl/ |
D | ld-musl-arm.path | 1 …lib:/vendor/lib:/vendor/lib/chipsetsdk:/system/lib/ndk:/system/lib/chipset-sdk:/system/lib/chipset…
|
D | ld-musl-aarch64.path | 1 …lib:/vendor/lib:/system/lib/ndk:/system/lib/chipset-sdk:/system/lib/chipset-pub-sdk:/system/lib/pl…
|
D | BUILD.gn | 46 module_install_dir = "lib" 51 source = "${musl_sysroot}/usr/lib/${musl_target_triple}/libc.so" 80 source = "${clang_base_path}/lib/arm-linux-ohos/libc++.so" 82 source = "${clang_base_path}/lib/aarch64-linux-ohos/libc++.so" 84 source = "${clang_base_path}/lib/x86_64-linux-ohos/libc++.so"
|
/build/ohos/images/mkimage/ |
D | dac.txt | 41 system/lib/ld-musl-arm.so.1,00755, 0, 2000, 0 42 system/lib/ld-musl-aarch64.so.1,00755, 0, 2000, 0 43 system/lib/ld-musl-x86_64.so.1,00755, 0, 2000, 0 44 updater/lib/ld-musl-arm.so.1,00755, 0, 2000, 0 45 updater/lib/ld-musl-aarch64.so.1,00755, 0, 2000, 0 46 updater/lib/ld-musl-x86_64.so.1,00755, 0, 2000, 0 47 system/lib/ld-musl-arm-asan.so.1,00755, 0, 2000, 0 48 system/lib/ld-musl-aarch64-asan.so.1,00755, 0, 2000, 0 49 system/lib/ld-musl-x86_64-asan.so.1,00755, 0, 2000, 0 50 updater/lib/ld-musl-arm-asan.so.1,00755, 0, 2000, 0 [all …]
|
/build/rust/ |
D | BUILD.gn | 25 …source = "//prebuilts/rustc/linux-x86_64/current/lib/rustlib/aarch64-linux-ohos/lib/libstd.dylib.s… 27 … source = "//prebuilts/rustc/linux-x86_64/current/lib/rustlib/armv7-linux-ohos/lib/libstd.dylib.so" 30 "//prebuilts/rustc/linux-x86_64/current/lib/libstd-b779f91b8eb0a330.so" 43 …source = "//prebuilts/rustc/linux-x86_64/current/lib/rustlib/aarch64-linux-ohos/lib/libtest.dylib.… 45 …source = "//prebuilts/rustc/linux-x86_64/current/lib/rustlib/armv7-linux-ohos/lib/libtest.dylib.so" 48 "//prebuilts/rustc/linux-x86_64/current/lib/libtest-167fcaac576ea811.so"
|
/build/config/ |
D | BUILD.gn | 152 "advapi32.lib", 153 "comdlg32.lib", 154 "dbghelp.lib", 155 "dnsapi.lib", 156 "gdi32.lib", 157 "msimg32.lib", 158 "odbc32.lib", 159 "odbccp32.lib", 160 "oleaut32.lib", 161 "psapi.lib", [all …]
|
/build/common/asan/ |
D | BUILD.gn | 19 source = "${clang_base_path}/lib/clang/$clang_version/lib/arm-linux-ohos/libclang_rt.asan.so" 21 … source = "${clang_base_path}/lib/clang/$clang_version/lib/aarch64-linux-ohos/libclang_rt.asan.so" 23 source = "${clang_base_path}/lib/clang/$clang_version/lib/x86_64-linux-ohos/libclang_rt.asan.so"
|
D | build_mixed_asan.sh | 138 cp -a "$asan_dir"/system/lib/ld-musl-*-asan.so.1 system/lib/ 149 mkdir -p system/asan/ && cp -a "$asan_dir"/system/{lib*,bin} $_ 150 mkdir -p vendor/asan/ && cp -a "$asan_dir"/vendor/{lib*,bin} $_ 203 cp -a "$asan_dir"/vendor/{lib*,bin} data/asan/vendor/ 204 cp -a "$asan_dir"/system/{lib*,bin} data/asan/system/ 236 cp -al "$asan_dir"/../../{exe,lib}.unstripped images/unstripped/asan/ 237 cp "$asan_dir"/../../libclang_rt.asan.so images/unstripped/asan/lib.unstripped/ 238 cp -al ../../{exe,lib}.unstripped images/unstripped/nonasan/ 239 cp system/lib*/libc++.so images/unstripped/nonasan/lib.unstripped/
|
/build/toolchain/ohos/ |
D | BUILD.gn | 9 lib_dir = "usr/lib/arm-linux-ohos" 18 lib_dir = "usr/lib/aarch64-linux-ohos" 27 lib_dir = "usr/lib/x86_64-linux-ohos"
|
/build/config/clang/ |
D | clang.gni | 8 clang_lib_path = "//prebuilts/clang/ohos/${host_platform_dir}/llvm/lib/clang/${clang_version}/lib" 20 clang_stl_path = "//prebuilts/clang/ohos/${host_platform_dir}/libcxx-ndk/lib"
|
D | BUILD.gn | 18 rebase_path("${clang_base_path}/lib/libFindBadConstructs.dylib", 26 rebase_path("${clang_base_path}/lib/libFindBadConstructs.so",
|
/build/config/ohos/ |
D | config.gni | 40 …libclang_rt_file = "${clang_base_path}/lib/clang/${clang_version}/lib/${abi_target}/libclang_rt.bu… 41 libcxxabi_file = "${clang_base_path}/lib/${abi_target}/libc++abi.a" 43 "${clang_base_path}/../libcxx-ndk/lib/${abi_target}/libc++_shared.so"
|
D | BUILD.gn | 81 "-L" + rebase_path("${musl_sysroot}/usr/lib/${abi_target}", root_build_dir), 83 "${clang_base_path}/lib/clang/${clang_version}/lib/${abi_target}",
|
/build/rust/tests/test_cxx/ |
D | BUILD.gn | 17 sources = [ "src/lib.rs" ] 21 sources = [ "src/lib.rs" ] 22 deps = [ "//third_party/rust/crates/cxx:lib" ]
|
/build/ohos/packages/ |
D | fs_process.py | 49 libs = [lib for lib in os.listdir(src_path) if self.is_lib(lib)] 53 for lib in libs: 54 source_file = os.path.join(src_path, lib) 55 target_file = os.path.join(target_path, lib) 59 def is_lib(cls, lib): argument 60 return lib.startswith('lib') and lib.endswith('.so')
|
/build/rust/tests/ |
D | BUILD.gn | 79 …source = "//prebuilts/rustc/linux-x86_64/current/lib/rustlib/aarch64-linux-ohos/lib/libstd.dylib.s… 82 … source = "//prebuilts/rustc/linux-x86_64/current/lib/rustlib/armv7-linux-ohos/lib/libstd.dylib.so" 86 "//prebuilts/rustc/linux-x86_64/current/lib/libstd-b779f91b8eb0a330.so"
|
/build/docs/ |
D | FAQ.md | 18 打包到对应镜像的lib(64)目录下, 如:`/system/lib(64)`目录;
|
D | cmake转gn指导文档.md | 78 "-L/usr/local/lib", 146 "-L/usr/local/lib", 179 module_install_dir = "" # 可选,缺省在/system/lib64或/system/lib下, 模块安装路径,模块安装路径,从system/,vendor/后开始指定 180 …relative_install_dir = "" # 可选,模块安装相对路径,相对于/system/lib64或/system/lib;如果有module_install_dir配置时,该配置…
|
/build/rust/tests/test_proc_macro_cargo_crate/ |
D | BUILD.gn | 17 crate_root = "crate/src/lib.rs" 19 sources = [ "crate/src/lib.rs" ]
|
/build/lite/ndk/build/config/ |
D | BUILD.gn | 110 "-L${root_out_dir}/sysroot/usr/lib/arm-liteos-ohos", 111 "-L../clang/current/lib/arm-liteos-ohos", 145 ldflags = [ "-L$ohos_root_path/gcc/target/usr/lib" ] 151 ldflags = [ "-L$ohos_root_path/sysroot/usr/lib" ]
|
/build/rust/tests/test_bindgen_test/test_for_hello_world/ |
D | BUILD.gn | 17 sources = [ "lib.c" ] 23 header = "lib.h"
|
/build/config/coverage/ |
D | BUILD.gn | 29 ldflags += [ "clang_rt.profile-x86_64.lib" ] 31 ldflags += [ "clang_rt.profile-i386.lib" ]
|
/build/rust/tests/test_rlib_cargo_crate/ |
D | BUILD.gn | 18 crate_root = "crate/src/lib.rs" 19 sources = [ "crate/src/lib.rs" ]
|
/build/config/sanitizers/ |
D | BUILD.gn | 73 "$clang_base_path/lib/clang/$clang_version/lib/$_clang_rt_dso_path" 181 … "$clang_base_path/lib/clang/$clang_version/lib/$abi_target/libclang_rt.fuzzer_no_main.a", 222 "clang_rt.asan_dynamic-x86_64.lib", 223 "clang_rt.asan_dynamic_runtime_thunk-x86_64.lib", 228 "clang_rt.asan_dynamic-i386.lib", 229 "clang_rt.asan_dynamic_runtime_thunk-i386.lib", 241 libs = [ "clang_rt.fuzzer_no_main-x86_64.lib" ] 287 ldflags = [ "-wholearchive:clang_rt.asan-x86_64.lib" ] 290 ldflags = [ "-wholearchive:clang_rt.asan-i386.lib" ] 295 ldflags = [ "-Wl,--dynamic-linker=/lib/ld-musl-arm-asan.so.1" ] [all …]
|
/build/lite/ndk/ |
D | ndk.gni | 25 ndk_libraries_out_dir = "$ndk_out_dir/sysroot/usr/lib" 102 src = "$root_out_dir/libs/lib$lib_name$_extension" 104 src = "$root_out_dir/lib$lib_name$_extension"
|