HomeSort by relevance Sort by last modified time
    Searched refs:st_mode (Results 426 - 450 of 548) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/src/
platform-posix.cc 375 bool is_regular_file = ((file_stat.st_mode & S_IFREG) != 0);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 502 if (access_ret == 0 && (st.st_mode & (S_ISUID | S_ISGID)) == 0)
  /external/elfutils/src/
strings.c 197 || !S_ISREG (st.st_mode)
  /external/jhead/
main.c 144 chmod(filename, buf.st_mode);
  /external/libppp/src/
ether.c 683 if (fstat(p->fd, &st) != -1 && (st.st_mode & S_IFSOCK)) {
  /external/libselinux/src/
label_file.c 432 if (!S_ISREG(sb.st_mode)) {
  /external/linux-tools-perf/
builtin-record.c 466 if (!fstat(STDOUT_FILENO, &st) && S_ISFIFO(st.st_mode))
  /external/v8/src/
d8-posix.cc 565 if ((stat_buf.st_mode & S_IFDIR) != 0) return true;
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 511 if (!S_ISDIR(stat.st_mode)) {
515 sb.append((stat.st_mode & S_IFMT));
532 if ((stat.st_mode & ~S_IFMT) != perms) {
536 sb.append(Integer.toOctalString(stat.st_mode & ~S_IFMT));
    [all...]
  /frameworks/base/libs/androidfw/
Asset.cpp 153 if (!S_ISREG(st.st_mode)) {
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_v4l2.c 127 if ((lstat(filename, &s) == 0) && S_ISCHR(s.st_mode) &&
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 397 if (S_ISDIR(Libcore.os.fstat(fd).st_mode)) {
  /system/core/adb/
usb_linux.c 273 if (!fstat(fd, &st) && S_ISCHR(st.st_mode)) {
  /external/dnsmasq/src/
cache.c 924 if (stat(ah->fname, &buf) != -1 && S_ISDIR(buf.st_mode))
991 if ((ah1->flags & AH_DIR) && stat(ah1->fname, &buf) != -1 && !S_ISREG(buf.st_mode))
    [all...]
  /external/openssh/
sftp.c 493 return(S_ISDIR(sb.st_mode));
812 S_ISDIR(g.gl_statv[0]->st_mode)) {
    [all...]
  /external/ppp/pppd/
main.c     [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 864 } else if (!S_ISDIR(st.st_mode)) {
975 if (!S_ISREG(st.st_mode)) {
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 749 if (!S_ISREG (input->st.st_mode))
815 input->st.st_mode);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 91 old_dir_mode = os.stat(TESTFN).st_mode
92 old_child_mode = os.stat(self.childpath).st_mode
test_mailbox.py 590 mode = os.stat(path)[stat.ST_MODE]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 91 old_dir_mode = os.stat(TESTFN).st_mode
92 old_child_mode = os.stat(self.childpath).st_mode
test_mailbox.py 590 mode = os.stat(path)[stat.ST_MODE]
    [all...]
  /system/vold/
cryptfs.c 277 if (S_ISREG(statbuf.st_mode)) {
396 if (S_ISREG(statbuf.st_mode) && (statbuf.st_size != 0x4000)) {
    [all...]
  /external/qemu/block/
vvfat.c 742 direntry->attributes=(S_ISDIR(st.st_mode)?0x10:0x20);
761 direntry->size=cpu_to_le32(S_ISDIR(st.st_mode)?0:st.st_size);
764 if(!is_dot && !is_dotdot && (S_ISDIR(st.st_mode) || st.st_size)) {
774 if (S_ISDIR(st.st_mode)) {
784 (st.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) == 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 

Completed in 3981 milliseconds

<<11121314151617181920>>