/bionic/libc/arch-arm/syscalls/ |
symlink.S | 6 ENTRY(symlink) function 15 END(symlink)
|
/bionic/libc/arch-mips/syscalls/ |
symlink.S | 4 .globl symlink 6 .ent symlink 8 symlink: label 22 .end symlink
|
/bionic/libc/arch-x86/syscalls/ |
symlink.S | 6 ENTRY(symlink) function 24 END(symlink)
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
symlink.c | 8 int symlink(const char* oldpath, const char* newpath) { function
|
/libcore/luni/src/main/native/ |
realpath.cpp | 98 std::string symlink; local 99 if (!readlink(resolved.c_str(), symlink)) { 102 if (symlink[0] == '/') { 112 const char* maybeSlash = (symlink[symlink.size() - 1] != '/') ? "/" : ""; 113 left = symlink + maybeSlash + left; 115 left = symlink;
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
realpath.c | 46 * Find the real name of path, by removing all ".", ".." and symlink 58 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local 195 slen = readlink(resolved, symlink, sizeof(symlink) - 1); 201 symlink[slen] = '\0'; 202 if (symlink[0] == '/') { 215 * append them to symlink. The result is placed 219 if (symlink[slen - 1] != '/') { 220 if (slen + 1 >= sizeof(symlink)) { 226 symlink[slen] = '/' [all...] |
/external/openssh/openbsd-compat/ |
realpath.c | 47 * Find the real name of path, by removing all ".", ".." and symlink 59 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local 150 slen = readlink(resolved, symlink, sizeof(symlink) - 1); 153 symlink[slen] = '\0'; 154 if (symlink[0] == '/') { 167 * append them to symlink. The result is placed 171 if (symlink[slen - 1] != '/') { 172 if (slen + 1 >= sizeof(symlink)) { 176 symlink[slen] = '/' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
symlink_support.py | 14 symlink(TESTFN, symlink_path) 24 """Skip decorator for tests that require functional symlink""" 26 msg = "Requires functional symlink implementation" 31 Ctypes symlink implementation since Python doesn't support 91 symlink = os.symlink if hasattr(os, 'symlink') else ( variable 96 # On Windows, to remove a directory symlink, one must use rmdir
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
symlink_support.py | 14 symlink(TESTFN, symlink_path) 24 """Skip decorator for tests that require functional symlink""" 26 msg = "Requires functional symlink implementation" 31 Ctypes symlink implementation since Python doesn't support 91 symlink = os.symlink if hasattr(os, 'symlink') else ( variable 96 # On Windows, to remove a directory symlink, one must use rmdir
|
/external/chromium_org/third_party/mesa/src/scons/ |
gallium.py | 45 def symlink(target, source, env): function 50 os.symlink(os.path.basename(source), target) 77 action = SCons.Action.Action(symlink, " Symlinking $TARGET ...")
|
/external/mesa3d/scons/ |
gallium.py | 45 def symlink(target, source, env): function 50 os.symlink(os.path.basename(source), target) 77 action = SCons.Action.Action(symlink, " Symlinking $TARGET ...")
|
/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)) 117 $(eval $(call create-font-symlink,Roboto-Light.ttf,Roboto-Regular.ttf)) 118 $(eval $(call create-font-symlink,Roboto-LightItalic.ttf,Roboto-Italic.ttf)) 119 $(eval $(call create-font-symlink,Roboto-Thin.ttf,Roboto-Regular.ttf)) 120 $(eval $(call create-font-symlink,Roboto-ThinItalic.ttf,Roboto-Italic.ttf)) 121 $(eval $(call create-font-symlink,RobotoCondensed-Regular.ttf,Roboto-Regular.ttf) [all...] |
/bionic/libc/kernel/common/linux/nfsd/ |
xdr.h | 147 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|
/development/ndk/platforms/android-3/include/linux/nfsd/ |
xdr.h | 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
fuse.h | 215 int (*symlink)(const char*, const char*); member in struct:fuse_operations
|
kernel_wrap_newlib.cc | 81 OP(dev_filename, symlink); \ 219 int WRAP(symlink)(const char* pathname, const char* newpath) { function
|
/external/kernel-headers/original/linux/nfsd/ |
xdr.h | 133 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/nfsd/ |
xdr.h | 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/nfsd/ |
xdr.h | 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/nfsd/ |
xdr.h | 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/nfsd/ |
xdr.h | 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/nfsd/ |
xdr.h | 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/nfsd/ |
xdr.h | 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/nfsd/ |
xdr.h | 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/nfsd/ |
xdr.h | 135 struct nfsd_symlinkargs symlink; member in union:nfsd_xdrstore
|