Home
last modified time | relevance | path

Searched refs:perm (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c63 char* perm; in _get_task_permitted_caps() local
87 perm = strstr(buff, "CapPrm:"); in _get_task_permitted_caps()
88 if (perm == NULL) { in _get_task_permitted_caps()
97 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps()
102 D("Cannot read CapPerm from %s: '%.*s'\n", path, 24, perm); in _get_task_permitted_caps()
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c59 char* perm; in _get_task_permitted_caps() local
83 perm = strstr(buff, "CapPrm:"); in _get_task_permitted_caps()
84 if (perm == NULL) { in _get_task_permitted_caps()
93 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps()
98 D("Cannot read CapPerm from %s: '%.*s'\n", path, 24, perm); in _get_task_permitted_caps()
/ndk/sources/android/libthread_db/gdb-7.6/
Dlibthread_db.c71 char* perm; in _get_task_permitted_caps() local
95 perm = strstr(buff, "CapPrm:"); in _get_task_permitted_caps()
96 if (perm == NULL) { in _get_task_permitted_caps()
105 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps()
110 D("Cannot read CapPerm from %s: '%.*s'\n", path, 24, perm); in _get_task_permitted_caps()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dfile-has-acl.c100 acl_perm_t perm; in acl_access_nontrivial()
106 perm = ace->entry->acl_perm; in acl_access_nontrivial()
109 if ((perm & ~(ACL_READ | ACL_WRITE | ACL_EXECUTE)) != 0) in acl_access_nontrivial()
/ndk/sources/host-tools/sed-4.2.1/
DMakefile.in115 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
828 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
829 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
830 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
831 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
/ndk/sources/host-tools/make-3.81/
DMakefile.in141 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \