Searched refs:symlink (Results 1 – 13 of 13) sorted by relevance
/build/soong/android/ |
D | hooks.go | 93 symlink bool member 101 return x.symlink 104 func (x *hooks) runInstallHooks(ctx ModuleContext, path OutputPath, symlink bool) { 109 symlink: symlink,
|
/build/soong/cc/ |
D | binary.go | 395 for _, symlink := range binary.Properties.Symlinks { 397 symlink+String(binary.Properties.Suffix)+ctx.toolchain().ExecutableSuffix()) 433 for _, symlink := range binary.symlinks { 434 ctx.InstallAbsoluteSymlink(dir, symlink, target) 435 …binary.post_install_cmds = append(binary.post_install_cmds, makeSymlinkCmd(dirOnDevice, symlink, t… 450 for _, symlink := range binary.symlinks { 451 ctx.InstallSymlink(binary.baseInstaller.installDir(ctx), symlink, binary.baseInstaller.path)
|
/build/make/core/ |
D | executable_prefer_symlink.mk | 39 $(call symlink-file,$(my_module_path)/$(my_src_binary_name),$(my_src_binary_name),$(my_symlink))
|
D | Makefile | 2186 define create-system-vendor-symlink 2195 define create-system-vendor-symlink 2201 define create-system-product-symlink 2210 define create-system-product-symlink 2216 define create-system-product_services-symlink 2225 define create-system-product_services-symlink 2231 define create-vendor-odm-symlink 2240 define create-vendor-odm-symlink 2247 $(call create-system-vendor-symlink) 2248 $(call create-system-product-symlink) [all …]
|
D | base_rules.mk | 504 $(foreach symlink,$(my_installed_symlinks),\ 505 $(call symlink-file,$(LOCAL_INSTALLED_MODULE),$(my_installed_module_stem),$(symlink)))
|
D | definitions.mk | 2678 define symlink-file
|
/build/soong/docs/ |
D | compdb.md | 13 One can make soong generate a symlink to the compdb file using an environment
|
/build/make/tools/releasetools/ |
D | test_build_image.py | 125 os.symlink('../etc', os.path.join(origin_in, 'symlink')) 154 os.symlink('../etc', os.path.join(origin_in, 'symlink'))
|
/build/make/tools/ |
D | brillo-clang-format | 21 # style guide defined by Brillo. To use this file create a *relative* symlink in
|
/build/kati/ |
D | pathutil_test.go | 95 func (m *mockfs) symlink(name string, ent dirent) { func 115 fs.symlink("link", di) 424 fs.symlink("testdir/dir2/link1", file1) 425 fs.symlink("testdir/dir2/link2", dir1) 426 fs.symlink("testdir/dir2/link3", fs.notfound())
|
/build/blueprint/pathtools/ |
D | fs.go | 367 if symlink, isSymlink := m.symlinks[name]; isSymlink { 369 ms.size = int64(len(symlink))
|
/build/kati/testcase/ |
D | find_command.mk | 97 @echo symlink
|
/build/make/tools/libhost/ |
D | CopyFile.c | 417 if (symlink(linkBuf, dst) != 0) { in copySymlink()
|