Home
last modified time | relevance | path

Searched refs:try_symlink (Results 1 – 2 of 2) sorted by relevance

/third_party/node/tools/
Dinstall.py32 def try_symlink(source_path, link_path): function
104 try_symlink('../lib/node_modules/' + name + '/' + bin_target, link_path)
131 try_symlink('../lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js', link_path)
176 try_symlink(so_name, link_path)
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c165 static int try_symlink(const char *name);
514 int fail = tst_flag != try_symlink(li->path); in check_symlink()
538 static int try_symlink(const char *name) in try_symlink() function