Home
last modified time | relevance | path

Searched defs:fuse_global (Results 1 – 1 of 1) sorted by relevance

/system/core/sdcard/
Dsdcard.c187 struct fuse_global { struct
188 pthread_mutex_t lock;
190 uid_t uid;
191 gid_t gid;
192 bool multi_user;
194 char source_path[PATH_MAX];
195 char obb_path[PATH_MAX];
197 Hashmap* package_to_appid;
199 __u64 next_generation;
200 struct node root;
[all …]