HomeSort by relevance Sort by last modified time
    Searched refs:symlink (Results 201 - 225 of 245) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/ndk/8/platforms/android-5/arch-mips/usr/include/linux/
nfs_xdr.h 526 int (*symlink) (struct inode *, struct qstr *, struct qstr *, member in struct:nfs_rpc_ops
  /prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 526 int (*symlink) (struct inode *, struct qstr *, struct qstr *, member in struct:nfs_rpc_ops
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 526 int (*symlink) (struct inode *, struct qstr *, struct qstr *, member in struct:nfs_rpc_ops
  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/linux/
nfs_xdr.h 526 int (*symlink) (struct inode *, struct qstr *, struct qstr *, member in struct:nfs_rpc_ops
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/linux/
nfs_xdr.h 526 int (*symlink) (struct inode *, struct qstr *, struct qstr *, member in struct:nfs_rpc_ops
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
nfs_xdr.h 526 int (*symlink) (struct inode *, struct qstr *, struct qstr *, member in struct:nfs_rpc_ops
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
nfs_xdr.h 526 int (*symlink) (struct inode *, struct qstr *, struct qstr *, member in struct:nfs_rpc_ops
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
nfs_xdr.h 526 int (*symlink) (struct inode *, struct qstr *, struct qstr *, member in struct:nfs_rpc_ops
  /bionic/libc/arch-arm/
syscalls.mk 115 syscall_src += arch-arm/syscalls/symlink.S
  /bionic/libc/arch-mips/
syscalls.mk 118 syscall_src += arch-mips/syscalls/symlink.S
  /bionic/libc/arch-x86/
syscalls.mk 119 syscall_src += arch-x86/syscalls/symlink.S
  /external/openssh/contrib/suse/
openssh.spec 90 - Made symlink to gnome-ssh-askpass called ssh-askpass
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 941 # LINK:target indicates a symlink, pointing to $basedir/target
967 symlink ("$basedir/$1", "$basedir/$path")
968 || &error ("Couldn't symlink $basedir/$path -> $basedir/$1: $!\n", 1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 769 extern int symlink (__const char *__from, __const char *__to)
781 /* Like symlink but a relative path in TO is interpreted relative to TOFD. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 769 extern int symlink (__const char *__from, __const char *__to)
781 /* Like symlink but a relative path in TO is interpreted relative to TOFD. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 769 extern int symlink (__const char *__from, __const char *__to)
781 /* Like symlink but a relative path in TO is interpreted relative to TOFD. */
    [all...]
  /system/core/init/
builtins.c 613 return symlink(args[1], args[2]);
  /bootable/recovery/minzip/
Zip.c 1076 * The relative target of the symlink is in the
1080 LOGE("Symlink entry \"%s\" has no target\n",
1093 LOGE("Can't read symlink target for \"%s\"\n",
1102 ret = symlink(linkTarget, targetFile);
1104 LOGE("Can't symlink \"%s\" to \"%s\": %s\n",
1110 LOGD("Extracted symlink \"%s\" -> \"%s\"\n"
    [all...]
  /bootable/recovery/updater/
install.c 467 if (result == 0) fprintf(stderr, "symlink(): created [%s]\n", name);
480 // symlink target src1 src2 ...
507 fprintf(stderr, "%s: failed to symlink %s to %s: making parents failed\n",
511 if (symlink(target, srcs[i]) < 0) {
512 fprintf(stderr, "%s: failed to symlink %s to %s: %s\n",
    [all...]
  /external/chromium/base/
file_util_posix.cc 380 return ::symlink(target_path.value().c_str(),
  /external/valgrind/unittest/
posix_tests.cc 200 CHECK(0 == symlink(out_name, in_name));
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp     [all...]
  /external/linux-tools-perf/util/
header.c 259 if (symlink(targetname, linkname) == 0)

Completed in 1084 milliseconds

1 2 3 4 5 6 7 8910