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

1 2 3 4 5 67 8 91011>>

  /external/chromium/net/url_request/
url_request_file_dir_job.cc 146 S_ISDIR(data.info.stat.st_mode),
  /external/clang/unittests/Basic/
FileManagerTest.cpp 37 statBuf.st_mode = IsFile ? (0777 | S_IFREG) // a regular file
  /external/e2fsprogs/lib/blkid/
save.c 93 if (ret == 0 && S_ISREG(st.st_mode)) {
  /external/e2fsprogs/util/
copy_sparse.c 106 if (!S_ISREG(fileinfo.st_mode)) {
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 65 * to set up S_ISCHR(devstat.st_mode) != 1, so we
87 devstat.st_mode = S_IFSOCK;
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 122 if (!S_ISREG(statInFile.st_mode)) {
  /frameworks/compile/libbcc/tests/
main.cpp 175 if (!S_ISREG(statInFile.st_mode)) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 114 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
  /system/core/sh/
exec.c 544 if (!S_ISREG(statb.st_mode))
561 if ((statb.st_mode & 0100) == 0)
564 if ((statb.st_mode & 010) == 0)
567 if ((statb.st_mode & 01) == 0)
main.c 349 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) {
  /system/core/toolbox/
cat.c 207 if (!S_ISREG(st.st_mode)) {
  /external/chromium/base/
file_util.h 578 stat_buf.st_mode &= ~(S_IRUSR | S_IRGRP | S_IROTH);
580 return chmod(path.value().c_str(), stat_buf.st_mode) == 0;
  /external/dbus/dbus/
sd-daemon.c 137 if (!S_ISFIFO(st_fd.st_mode))
169 if (!S_ISSOCK(st_fd.st_mode))
  /external/ipsec-tools/src/racoon/
prsa_par.y 336 if (st.st_mode & (S_IRWXG | S_IRWXO)) {
342 st.st_mode & 0777);
  /external/ppp/pppd/plugins/radius/
config.c 351 if (!S_ISREG(st.st_mode)) {
362 if (!S_ISREG(st.st_mode)) {
  /external/qemu/android/utils/
timezone.c 259 if ( S_ISDIR(ent_st.st_mode) && depth < 2 )
266 else if ( S_ISREG(ent_st.st_mode) && (depth >= 1 && depth <= 2) )
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
SDL_syscdrom.c 75 if ( S_ISCHR(stbuf->st_mode) || S_ISBLK(stbuf->st_mode) ) {
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
SDL_syscdrom.c 78 if ( S_ISCHR(stbuf->st_mode) || S_ISBLK(stbuf->st_mode) ) {
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 83 if (S_ISCHR(stbuf->st_mode) || S_ISBLK(stbuf->st_mode))
  /external/valgrind/main/auxprogs/
aix5_VKI_info.c 88 printf(" st_mode: off %2d sz %d\n",
89 offsetof(struct stat, st_mode),
90 (int)sizeof(st.st_mode));
  /system/core/adb/
file_sync_service.c 68 msg.stat.mode = htoll(st.st_mode);
106 msg.dent.mode = htoll(st.st_mode);
  /external/dropbear/
scp.c 620 switch (stb.st_mode & S_IFMT) {
652 (u_int) (stb.st_mode & FILEMODEMASK),
739 (u_int) (statp->st_mode & FILEMODEMASK), 0, last);
855 if (stat(targ, &stb) == 0 && S_ISDIR(stb.st_mode))
962 if (!S_ISDIR(stb.st_mode)) {
1182 if (S_ISDIR(stb.st_mode))
  /external/mksh/src/
funcs.c 270 if (S_ISLNK(sb.st_mode)) {
320 } else if (!S_ISDIR(sb.st_mode)) {
    [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 504 printf("%s length %d mode %X ",de->d_name,(int)s.st_size,s.st_mode);
505 switch(s.st_mode & S_IFMT)
551 printf("%s length %d mode %X ",str,(int)s.st_size,s.st_mode);
552 switch(s.st_mode & S_IFMT)
567 if((s.st_mode & S_IFMT) == S_IFDIR && recursive)
800 temp_mode = ystat.st_mode;
913 switch(s.st_mode & S_IFMT){
    [all...]
  /frameworks/base/libs/utils/
BackupHelpers.cpp 307 err = write_update_file(dataStream, fd, st.st_mode, key, realFilename);
362 r.s.mode = st.st_mode;
535 const int isdir = S_ISDIR(s.st_mode);
570 snprintf(buf + 100, 8, "%06o ", s.st_mode & ~S_IFMT);
591 } else if (S_ISREG(s.st_mode)) {
594 LOGW("Error: unknown file mode 0%o [%s]", s.st_mode, filepath.string());
809 r.s.mode = st.st_mode;
    [all...]

Completed in 939 milliseconds

1 2 3 4 5 67 8 91011>>