HomeSort by relevance Sort by last modified time
    Searched refs:ar_mode (Results 1 - 8 of 8) sorted by null

  /bionic/libc/include/
ar.h 60 char ar_mode[8]; /* octal file permissions */ member in struct:ar_hdr
  /development/ndk/platforms/android-L/include/
ar.h 60 char ar_mode[8]; /* octal file permissions */ member in struct:ar_hdr
  /external/elfutils/0.153/src/
arlib.c 79 the ar_mode case. */
82 memcpy (ar_hdr.ar_mode, "0 ", sizeof (ar_hdr.ar_mode));
101 memcpy (ar_hdr.ar_mode, " ", sizeof (ar_hdr.ar_mode));
ar.c 572 (arhdr->ar_mode & S_IRUSR) ? 'r' : '-',
573 (arhdr->ar_mode & S_IWUSR) ? 'w' : '-',
574 (arhdr->ar_mode & S_IXUSR)
575 ? ((arhdr->ar_mode & S_ISUID) ? 's' : 'x')
576 : ((arhdr->ar_mode & S_ISUID) ? 'S' : '-'),
577 (arhdr->ar_mode & S_IRGRP) ? 'r' : '-',
578 (arhdr->ar_mode & S_IWGRP) ? 'w' : '-',
579 (arhdr->ar_mode & S_IXGRP)
580 ? ((arhdr->ar_mode & S_ISGID) ? 's' : 'x')
581 : ((arhdr->ar_mode & S_ISGID) ? 'S' : '-')
    [all...]
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 34 ar_mode(0),
48 ar_mode = 0;
86 ar_mode = strtoul(str.c_str(), &err, 8);
ObjectContainerBSDArchive.h 114 uint16_t ar_mode; // octal file permissions member in struct:ObjectContainerBSDArchive::Object
  /external/elfutils/0.153/libelf/
libelf.h 159 mode_t ar_mode; /* File mode. */ member in struct:__anon827
elf_begin.c 905 INT_FIELD (ar_mode);
    [all...]

Completed in 122 milliseconds