HomeSort by relevance Sort by last modified time
    Searched full:st_mode (Results 126 - 150 of 821) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/skia/src/ports/
SkOSFile_posix.cpp 52 if (!S_ISREG(status.st_mode)) {
  /external/chromium_org/tools/gyp/test/copies/
gyptest-attribs.py 23 if out_stat.st_mode & stat.S_IXUSR != expected_exec_bit:
  /external/oprofile/libutil/
op_file.c 29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK);
102 S_ISLNK(lstat_buf.st_mode)) {
161 if (S_ISDIR(stat_buffer.st_mode)) {
175 if (name && S_ISDIR(stat_buffer.st_mode)) {
  /external/skia/src/ports/
SkOSFile_posix.cpp 52 if (!S_ISREG(status.st_mode)) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
stat.h 44 unsigned int st_mode; \
68 unsigned int st_mode; \
90 unsigned int st_mode; \
111 unsigned int st_mode; \
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
stat.h 44 unsigned int st_mode; \
68 unsigned int st_mode; \
90 unsigned int st_mode; \
111 unsigned int st_mode; \
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
stat.h 29 unsigned short st_mode; member in struct:stat
57 unsigned int st_mode; member in struct:stat64
86 unsigned int st_mode; member in struct:stat
112 unsigned short st_mode; member in struct:__old_kernel_stat
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
stat.h 44 unsigned int st_mode; \
68 unsigned int st_mode; \
90 unsigned int st_mode; \
111 unsigned int st_mode; \
  /system/core/fastbootd/
utils.c 84 if (S_ISREG(buf.st_mode))
86 else if (S_ISBLK(buf.st_mode))
104 if (S_ISREG(buf.st_mode))
106 else if (S_ISBLK(buf.st_mode))
  /system/core/libcutils/
fs.c 53 if (!S_ISDIR(sb.st_mode)) {
57 if (((sb.st_mode & ALL_PERMS) == mode) && (sb.st_uid == uid) && (sb.st_gid == gid)) {
201 if (S_ISLNK(sb.st_mode)) {
206 if (!S_ISDIR(sb.st_mode)) {
  /system/core/toolbox/upstream-netbsd/bin/ln/
ln.c 131 if (hflag && lstat(sourcedir, &sb) == 0 && S_ISLNK(sb.st_mode)) {
142 if (!S_ISDIR(sb.st_mode)) {
171 (!lstat(source, &sb) && S_ISDIR(sb.st_mode)) ||
172 (!hflag && !stat(source, &sb) && S_ISDIR(sb.st_mode))) {
  /system/core/toolbox/upstream-netbsd/bin/mv/
mv.c 116 if (stat(argv[argc - 1], &sb) || !S_ISDIR(sb.st_mode)) {
187 strmode(sb.st_mode, modep);
236 if ((S_ISDIR(sb.st_mode)) ? rmdir(to) : unlink(to)) {
251 return (S_ISREG(sb.st_mode) ?
268 open(to, O_CREAT | O_TRUNC | O_WRONLY, sbp->st_mode)) < 0) {
318 sbp->st_mode &= ~(S_ISUID | S_ISGID);
320 if (fchmod(to_fd, sbp->st_mode))
  /external/qemu/distrib/ext4_utils/src/
make_ext4fs.c 183 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO);
191 int dir = S_ISDIR(stat.st_mode);
203 if (selabel_lookup(sehnd, &dentries[i].secon, dentries[i].path, stat.st_mode) < 0) {
212 if (S_ISREG(stat.st_mode)) {
214 } else if (S_ISDIR(stat.st_mode)) {
217 } else if (S_ISCHR(stat.st_mode)) {
219 } else if (S_ISBLK(stat.st_mode)) {
221 } else if (S_ISFIFO(stat.st_mode)) {
223 } else if (S_ISSOCK(stat.st_mode)) {
225 } else if (S_ISLNK(stat.st_mode)) {
    [all...]
  /external/strace/
file.c 39 unsigned short st_mode; member in struct:stat
59 unsigned int st_mode; member in struct:stat_sparc64
82 unsigned int st_mode; member in struct:stat
104 unsigned int st_mode; member in struct:stat64
126 unsigned short st_mode; member in struct:__old_kernel_stat
589 unsigned st_mode; member in struct:solstat
616 tprintf("{st_dev=makedev(%lu, %lu), st_ino=%lu, st_mode=%s, ",
620 sprintmode(statbuf.st_mode));
629 tprintf("{st_mode=%s, ", sprintmode(statbuf.st_mode));
702 unsigned int st_mode; member in struct:stat_powerpc32
890 unsigned int st_mode; member in struct:stat64
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 183 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO);
195 int dir = S_ISDIR(stat.st_mode);
207 if (selabel_lookup(sehnd, &dentries[i].secon, dentries[i].path, stat.st_mode) < 0) {
216 if (S_ISREG(stat.st_mode)) {
218 } else if (S_ISDIR(stat.st_mode)) {
221 } else if (S_ISCHR(stat.st_mode)) {
223 } else if (S_ISBLK(stat.st_mode)) {
225 } else if (S_ISFIFO(stat.st_mode)) {
227 } else if (S_ISSOCK(stat.st_mode)) {
229 } else if (S_ISLNK(stat.st_mode)) {
    [all...]
  /frameworks/compile/mclinker/lib/Support/Windows/
PathV3.inc 139 else if(S_ISDIR(path_stat.st_mode))
141 else if(S_ISREG(path_stat.st_mode))
143 else if(S_ISBLK(path_stat.st_mode))
145 else if(S_ISCHR(path_stat.st_mode))
147 else if(S_ISFIFO(path_stat.st_mode))
  /system/core/toolbox/upstream-netbsd/bin/cp/
cp.c 245 if (r == -1 || !S_ISDIR(to_stat.st_mode)) {
268 if (S_ISDIR(tmp_stat.st_mode) && (Rflag || rflag))
429 if (S_ISDIR(curr->fts_statp->st_mode))
433 if (!S_ISDIR(curr->fts_statp->st_mode) &&
434 S_ISDIR(to_stat.st_mode)) {
443 switch (curr->fts_statp->st_mode & S_IFMT) {
483 curr->fts_statp->st_mode | S_IRWXU) < 0)
487 } else if (!S_ISDIR(to_stat.st_mode)) {
506 curr->fts_statp->st_mode);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 92 *couldbetty = S_ISCHR(st.st_mode);
105 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?
  /development/ndk/platforms/android-12/include/sys/
stat.h 51 unsigned int st_mode; member in struct:stat
82 unsigned int st_mode;
  /development/ndk/platforms/android-19/include/sys/
stat.h 51 unsigned int st_mode; member in struct:stat
82 unsigned int st_mode;
  /development/ndk/platforms/android-9/include/sys/
stat.h 51 unsigned int st_mode; member in struct:stat
82 unsigned int st_mode;
  /external/oprofile/libutil++/
file_manip.cpp 47 mode_t mode = buf.st_mode & ~S_IFMT;
82 return !stat(dirname.c_str(), &st) && S_ISDIR(st.st_mode);
  /ndk/sources/host-tools/sed-4.2.1/lib/
lstat.c 59 if (lstat_result != 0 || !S_ISLNK (sbuf->st_mode))
74 if (S_ISDIR (sbuf->st_mode))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
stat.h 51 unsigned int st_mode; member in struct:stat
82 unsigned int st_mode;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
stat.h 51 unsigned int st_mode; member in struct:stat
82 unsigned int st_mode;

Completed in 790 milliseconds

1 2 3 4 56 7 8 91011>>