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

/system/vold/
H A Dmain.cpp145 static int parse_mount_flags(char *mount_flags) argument
150 if (strcasestr(mount_flags, "encryptable")) {
154 if (strcasestr(mount_flags, "nonremovable")) {
173 char *type, *label, *mount_point, *mount_flags, *sysfs_path; local
/system/core/init/
H A Dbuiltins.c341 } mount_flags[] = { variable in typeref:struct:__anon368
373 for (i = 0; mount_flags[i].name; i++) {
374 if (!strcmp(args[n], mount_flags[i].name)) {
375 flags |= mount_flags[i].flag;
380 if (!mount_flags[i].name) {
/system/core/fs_mgr/
H A Dfs_mgr.c52 static struct flag_list mount_flags[] = { variable in typeref:struct:flag_list
321 ERROR("Error parsing mount_flags\n");
325 fstab[cnt].flags = parse_flags(p, mount_flags, 0, tmp_fs_options, FS_OPTIONS_LEN);

Completed in 177 milliseconds