Searched refs:empty_path_config (Results 1 - 1 of 1) sorted by relevance

/system/core/cpio/
H A Dmkbootfs.c62 struct fs_config_entry* empty_path_config = NULL; local
66 empty_path_config = p;
75 s->st_uid = empty_path_config->uid;
76 s->st_gid = empty_path_config->gid;
77 s->st_mode = empty_path_config->mode | (s->st_mode & ~07777);

Completed in 1939 milliseconds