Home
last modified time | relevance | path

Searched refs:symlink (Results 1 – 19 of 19) sorted by relevance

/build/soong/android/
Dhooks.go140 symlink bool member
154 return x.symlink
157 func (x *hooks) runInstallHooks(ctx ModuleContext, srcPath Path, path InstallPath, symlink bool) {
163 symlink: symlink,
/build/make/tools/releasetools/
Dtest_merge_target_files.py43 os.symlink(source, dest)
135 os.symlink(
141 os.symlink(
170 os.symlink(
176 os.symlink(
192 os.symlink(
198 os.symlink(
Dtest_build_image.py128 os.symlink('../etc', os.path.join(origin_in, 'symlink'))
157 os.symlink('../etc', os.path.join(origin_in, 'symlink'))
Dmerge_builds.py80 os.symlink(image_path, symlink_path)
Dvalidate_target_files.py247 os.symlink(os.path.join(src, filename), os.path.join(dst, filename))
Dmerge_target_files.py306 os.symlink(os.readlink(original_file_path), copied_file_path)
/build/soong/cc/
Dbinary.go417 for _, symlink := range binary.Properties.Symlinks {
419 symlink+String(binary.Properties.Suffix)+ctx.toolchain().ExecutableSuffix())
459 for _, symlink := range binary.symlinks {
460 ctx.InstallAbsoluteSymlink(dir, symlink, target)
461 …binary.post_install_cmds = append(binary.post_install_cmds, makeSymlinkCmd(dirOnDevice, symlink, t…
477 for _, symlink := range binary.symlinks {
478 ctx.InstallSymlink(binary.baseInstaller.installDir(ctx), symlink, binary.baseInstaller.path)
/build/make/core/
Dexecutable_prefer_symlink.mk30 $(call symlink-file,$(my_module_path)/$(my_src_binary_name),$(my_src_binary_name),$(my_symlink))
Ddex_preopt_libart.mk31 $(call symlink-file,$(my_vdex_shared),../$(notdir $(2)),$(2)) \
Dinstall_jni_libs_internal.mk70 $(call symlink-file, \
DMakefile2331 define create-system-vendor-symlink
2340 define create-system-vendor-symlink
2346 define create-system-product-symlink
2355 define create-system-product-symlink
2361 define create-system-system_ext-symlink
2370 define create-system-system_ext-symlink
2377 $(call create-system-vendor-symlink)
2378 $(call create-system-product-symlink)
2379 $(call create-system-system_ext-symlink)
2778 define create-vendor-odm-symlink
[all …]
Dbase_rules.mk525 $(foreach symlink,$(my_installed_symlinks),\
526 $(call symlink-file,$(LOCAL_INSTALLED_MODULE),$(my_installed_module_stem),$(symlink)))
Ddefinitions.mk2581 define symlink-file
/build/soong/docs/
Dcompdb.md13 One can make soong generate a symlink to the compdb file using an environment
/build/make/tools/
Dbrillo-clang-format21 # style guide defined by Brillo. To use this file create a *relative* symlink in
/build/blueprint/pathtools/
Dfs.go413 if symlink, isSymlink := m.symlinks[name]; isSymlink {
415 ms.size = int64(len(symlink))
/build/make/tools/libhost/
DCopyFile.c417 if (symlink(linkBuf, dst) != 0) { in copySymlink()
/build/soong/apex/
Dapex_test.go1036 symlink := hwasan.Description("install symlink libclang_rt.hwasan")
1037 …ensureEquals(t, symlink.Args["fromPath"], "/apex/com.android.runtime/lib64/bionic/libclang_rt.hwas…
1038 ensureContains(t, symlink.Output.String(), "/system/lib64/libclang_rt.hwasan-aarch64-android.so")
1097 symlink := hwasan.Description("install symlink libclang_rt.hwasan")
1098 …ensureEquals(t, symlink.Args["fromPath"], "/apex/com.android.runtime/lib64/bionic/libclang_rt.hwas…
1099 ensureContains(t, symlink.Output.String(), "/system/lib64/libclang_rt.hwasan-aarch64-android.so")
Dapex.go1221 for _, symlink := range af.symlinks {
1222 ret = append(ret, af.apexRelativePath(symlink))