HomeSort by relevance Sort by last modified time
    Searched defs:symlink (Results 1 - 13 of 13) sorted by null

  /bionic/libc/bionic/
symlink.cpp 32 int symlink(const char* old_path, const char* new_path) { function
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
symlink.c 8 int symlink(const char* oldpath, const char* newpath) { function
  /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/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 ...")
  /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 106 int (*symlink)(const char*, const char*); member in struct:fuse_operations
kernel_proxy.cc 902 int KernelProxy::symlink(const char* oldpath, const char* newpath) { function in class:nacl_io::KernelProxy
903 LOG_TRACE("symlink is not implemented.");
    [all...]
  /external/bison/darwin-lib/
unistd.h 1698 # undef symlink macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1698 # undef symlink macro
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 105 test.symlink(target, link)
1332 def symlink(self, target, link): member in class:TestCmd
    [all...]
  /build/core/
Makefile     [all...]
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 526 int (*symlink) (struct inode *, struct qstr *, struct qstr *, member in struct:nfs_rpc_ops

Completed in 279 milliseconds