Home
last modified time | relevance | path

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

/aosp14/system/core/mkbootfs/
H A Dmkbootfs.c49 struct fs_config_entry* empty_path_config = NULL; in fix_stat() local
53 empty_path_config = p; in fix_stat()
62 s->st_uid = empty_path_config->uid; in fix_stat()
63 s->st_gid = empty_path_config->gid; in fix_stat()
64 s->st_mode = empty_path_config->mode | (s->st_mode & ~07777); in fix_stat()