Home
last modified time | relevance | path

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

/system/core/cpio/
Dmkbootfs.c64 struct fs_config_entry* empty_path_config = NULL; in fix_stat() local
68 empty_path_config = p; in fix_stat()
77 s->st_uid = empty_path_config->uid; in fix_stat()
78 s->st_gid = empty_path_config->gid; in fix_stat()
79 s->st_mode = empty_path_config->mode | (s->st_mode & ~07777); in fix_stat()