HomeSort by relevance Sort by last modified time
    Searched refs:lstat (Results 151 - 175 of 175) sorted by null

1 2 3 4 5 67

  /system/core/sh/
expand.c 1183 if (metaflag == 0 || lstat(expdir, &statb) >= 0)
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 328 int rc = isLstat ? TEMP_FAILURE_RETRY(lstat(path.c_str(), &sb))
331 throwErrnoException(env, isLstat ? "lstat" : "stat");
    [all...]
  /external/bzip2/
bzip2.c 78 # define MY_LSTAT lstat
1042 /* Note use of stat here, not lstat. */
    [all...]
  /external/mksh/src/
eval.c 1413 if (lstat(Xstring(*xs, xp), &lstatb) < 0)
    [all...]
misc.c 1318 /* lstat the current output, see if it's a symlink */
1319 if (lstat(Xstring(xs, xp), &sb)) {
1320 /* lstat failed */
    [all...]
funcs.c     [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 664 lstat(dir_entry->d_name,&stat_info);
    [all...]
  /external/iptables/iptables/
xtables.c 383 if (lstat(filename, &s))
    [all...]
  /external/openssh/
sftp-client.c 659 debug("Server version does not support lstat operation");
661 logit("Server version does not support lstat operation");
    [all...]
  /external/ppp/pppd/
sys-linux.c     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 427 if (lstat(buffer, &s) == 0) {
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 216 (40): old lstat
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /external/genext2fs/
genext2fs.c     [all...]
  /external/libmtp/
ltmain.sh     [all...]
configure     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 8662 milliseconds

1 2 3 4 5 67