Searched defs:permissions (Results 1 - 1 of 1) sorted by relevance

/system/core/libcorkscrew/
H A Dmap_info.c13 * See the License for the specific language governing permissions and
41 char permissions[4]; local
44 &start, &end, permissions, &name_pos) != 3) {
55 mi->is_readable = permissions[0] == 'r';
56 mi->is_writable = permissions[1] == 'w';
57 mi->is_executable = permissions[2] == 'x';
100 char permissions[5]; local
103 permissions, &name_pos) != 3) {
120 mi->is_readable = strlen(permissions) == 4 && permissions[
[all...]

Completed in 118 milliseconds