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

/system/core/cpio/
H A Dmkbootfs.c75 s->st_mode = p->mode | (s->st_mode & ~07777);
81 s->st_mode = empty_path_config->mode | (s->st_mode & ~07777);
84 unsigned st_mode = s->st_mode; local
85 int is_dir = S_ISDIR(s->st_mode) || strcmp(path, TRAILER) == 0;
86 fs_config(path, is_dir, target_out_path, &s->st_uid, &s->st_gid, &st_mode, &capabilities);
87 s->st_mode = (typeof(s->st_mode)) st_mod
[all...]

Completed in 45 milliseconds