Searched refs:Symlink (Results 1 – 11 of 11) sorted by relevance
/build/soong/ui/build/paths/ |
D | config.go | 21 Symlink bool member 35 Symlink: true, 41 Symlink: false, 47 Symlink: true, 57 Symlink: true, 63 Symlink: false,
|
D | logs.go | 74 err = os.Symlink(absDir, filepath.Join(d, "d"))
|
/build/soong/android/ |
D | hooks.go | 79 Symlink() bool methodSpec 100 func (x *installHookContext) Symlink() bool { func
|
D | defs.go | 70 Symlink = pctx.AndroidStaticRule("Symlink", var
|
D | module.go | 1345 Rule: Symlink, 1369 Rule: Symlink,
|
/build/soong/ui/build/ |
D | path.go | 136 if !paths.GetConfig(name).Symlink && !allowAllSymlinks { 140 err := os.Symlink("../.path_interposer", filepath.Join(myPath, name))
|
/build/soong/cmd/diff_target_files/ |
D | zip_artifact.go | 139 err = os.Symlink(string(target), path)
|
/build/soong/cc/ |
D | compdb.go | 109 if err := os.Symlink(compDBFile, finalLinkPath); err != nil {
|
D | cmakelists.go | 115 os.Symlink(path, dst)
|
/build/soong/finder/fs/ |
D | fs.go | 848 func (m *MockFs) Symlink(oldPath string, newPath string) (err error) { func
|
/build/soong/finder/ |
D | finder_test.go | 121 err = filesystem.Symlink(oldPath, newPath)
|