HomeSort by relevance Sort by last modified time
    Searched refs:Symlink (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv_windows.go 25 err = os.Symlink("target", filepath.Join(tmpdir, "symlink"))
testenv.go 178 // HasSymlink reports whether the current system can use os.Symlink.
184 // MustHaveSymlink reports whether the current system can use os.Symlink.
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv_windows.go 25 err = os.Symlink("target", filepath.Join(tmpdir, "symlink"))
testenv.go 178 // HasSymlink reports whether the current system can use os.Symlink.
184 // MustHaveSymlink reports whether the current system can use os.Symlink.
  /build/soong/android/
hooks.go 79 Symlink() bool
82 // Install hooks are run after a module creates a rule to install a file or symlink.
84 // InstallHookContext.Symlink() will be true if it was a symlink.
93 symlink bool
100 func (x *installHookContext) Symlink() bool {
101 return x.symlink
104 func (x *hooks) runInstallHooks(ctx ModuleContext, path OutputPath, symlink bool) {
109 symlink: symlink,
    [all...]
defs.go 69 // A symlink rule.
70 Symlink = pctx.AndroidStaticRule("Symlink",
73 Description: "symlink $out",
  /system/core/healthd/
Android.mk 132 # Symlink /charger to /sbin/charger
  /external/libyuv/files/
setup_links.py 201 class Symlink(Action):
203 super(Symlink, self).__init__(dangerous=False)
228 os.symlink(source_path, os.path.abspath(self._link_path))
237 # Handles symlink creation on the different platforms.
239 def symlink(source_path, link_path): member in class:LinkError
243 raise OSError('Failed to create symlink to %s. Notice that only NTFS '
246 os.symlink = symlink
304 now replaced with a symlink into the full Chromium checkout.
354 This will be a symlink on POSIX platforms. On Windows this require
    [all...]
  /external/webrtc/
setup_links.py 222 class Symlink(Action):
224 super(Symlink, self).__init__(dangerous=False)
249 os.symlink(source_path, os.path.abspath(self._link_path))
258 # Handles symlink creation on the different platforms.
260 def symlink(source_path, link_path): member in class:LinkError
264 raise OSError('Failed to create symlink to %s. Notice that only NTFS '
267 os.symlink = symlink
325 now replaced with a symlink into the full Chromium checkout.
375 This will be a symlink on POSIX platforms. On Windows this require
    [all...]
  /prebuilts/go/darwin-x86/src/os/
path_test.go 219 err = Symlink("dir", link)
221 t.Fatalf("Symlink %s: %s", link, err)
file_unix.go 329 // Symlink creates newname as a symbolic link to oldname.
331 func Symlink(oldname, newname string) error {
332 e := syscall.Symlink(oldname, newname)
334 return &LinkError{"symlink", oldname, newname, e}
os_windows_test.go 403 return os.Symlink(target, link)
513 err = os.Symlink(target, link)
664 err := os.Symlink("x", "y")
670 err = os.Symlink("y", "x")
file_windows.go 350 // Symlink creates newname as a symbolic link to oldname.
352 func Symlink(oldname, newname string) error {
355 return &LinkError{"symlink", oldname, newname, syscall.EWINDOWS}
372 return &LinkError{"symlink", oldname, newname, err}
376 return &LinkError{"symlink", oldname, newname, err}
385 return &LinkError{"symlink", oldname, newname, err}
os_test.go 196 link := "symlink"
198 err = Symlink(path, link)
786 err = Symlink(to, from)
788 t.Fatalf("Symlink(%q, %q) failed: %v", to, from, err)
803 t.Errorf("Symlink(%q, %q) did not create symlink", to, from)
845 err := Symlink(s, from)
847 t.Fatalf("symlink %q, %q failed: %v", s, from, err)
855 t.Fatalf("after symlink %q != %q", r, s)
    [all...]
  /prebuilts/go/linux-x86/src/os/
path_test.go 219 err = Symlink("dir", link)
221 t.Fatalf("Symlink %s: %s", link, err)
file_unix.go 329 // Symlink creates newname as a symbolic link to oldname.
331 func Symlink(oldname, newname string) error {
332 e := syscall.Symlink(oldname, newname)
334 return &LinkError{"symlink", oldname, newname, e}
os_windows_test.go 403 return os.Symlink(target, link)
513 err = os.Symlink(target, link)
664 err := os.Symlink("x", "y")
670 err = os.Symlink("y", "x")
file_windows.go 350 // Symlink creates newname as a symbolic link to oldname.
352 func Symlink(oldname, newname string) error {
355 return &LinkError{"symlink", oldname, newname, syscall.EWINDOWS}
372 return &LinkError{"symlink", oldname, newname, err}
376 return &LinkError{"symlink", oldname, newname, err}
385 return &LinkError{"symlink", oldname, newname, err}
os_test.go 196 link := "symlink"
198 err = Symlink(path, link)
786 err = Symlink(to, from)
788 t.Fatalf("Symlink(%q, %q) failed: %v", to, from, err)
803 t.Errorf("Symlink(%q, %q) did not create symlink", to, from)
845 err := Symlink(s, from)
847 t.Fatalf("symlink %q, %q failed: %v", s, from, err)
855 t.Fatalf("after symlink %q != %q", r, s)
    [all...]
  /system/update_engine/common/
test_utils.h 79 inline int Symlink(const std::string& oldpath, const std::string& newpath) {
80 return symlink(oldpath.c_str(), newpath.c_str());
95 // Reads a symlink from disk. Returns empty string on failure.
  /external/llvm/tools/llvm-go/
llvm-go.go 165 err = os.Symlink(filepath.Join(srcdir, p.llvmpath), path)
  /external/roboto-fonts/
Android.mk 21 # create symlink for given font
24 define create-font-symlink
26 @echo "Symlink: $$@ -> $$<"
56 $(eval $(call create-font-symlink,Roboto-Black.ttf,Roboto-Bold.ttf))
57 $(eval $(call create-font-symlink,Roboto-BlackItalic.ttf,Roboto-BoldItalic.ttf))
58 $(eval $(call create-font-symlink,Roboto-Light.ttf,Roboto-Regular.ttf))
59 $(eval $(call create-font-symlink,Roboto-LightItalic.ttf,Roboto-Italic.ttf))
60 $(eval $(call create-font-symlink,Roboto-Medium.ttf,Roboto-Regular.ttf))
61 $(eval $(call create-font-symlink,Roboto-MediumItalic.ttf,Roboto-Italic.ttf))
62 $(eval $(call create-font-symlink,Roboto-Thin.ttf,Roboto-Regular.ttf)
    [all...]
  /frameworks/base/data/fonts/
Android.mk 21 # create symlink for given font
24 define create-font-symlink
26 @echo "Symlink: $$@ -> $$<"
38 $(eval $(call create-font-symlink,DroidSans.ttf,Roboto-Regular.ttf))
39 $(eval $(call create-font-symlink,DroidSans-Bold.ttf,Roboto-Bold.ttf))
40 $(eval $(call create-font-symlink,DroidSerif-Regular.ttf,NotoSerif-Regular.ttf))
41 $(eval $(call create-font-symlink,DroidSerif-Bold.ttf,NotoSerif-Bold.ttf))
42 $(eval $(call create-font-symlink,DroidSerif-Italic.ttf,NotoSerif-Italic.ttf))
43 $(eval $(call create-font-symlink,DroidSerif-BoldItalic.ttf,NotoSerif-BoldItalic.ttf))
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 827 // /tmp may itself be a symlink! Avoid the confusion, although
831 t.Fatal("eval symlink for tmp dir:", err)
834 // Create the symlink farm using relative paths.
841 err = os.Symlink(d.dest, path)
848 // Evaluate the symlink farm.
892 err = os.Symlink("notexist", "link")
919 err = os.Symlink(dir, linkToDir)
929 err = os.Symlink(file, link1)
934 err = os.Symlink(link1, link2)
939 // /tmp may itself be a symlink!
    [all...]
  /prebuilts/go/linux-x86/src/path/filepath/
path_test.go 827 // /tmp may itself be a symlink! Avoid the confusion, although
831 t.Fatal("eval symlink for tmp dir:", err)
834 // Create the symlink farm using relative paths.
841 err = os.Symlink(d.dest, path)
848 // Evaluate the symlink farm.
892 err = os.Symlink("notexist", "link")
919 err = os.Symlink(dir, linkToDir)
929 err = os.Symlink(file, link1)
934 err = os.Symlink(link1, link2)
939 // /tmp may itself be a symlink!
    [all...]

Completed in 400 milliseconds

1 2 3 4 5 6