HomeSort by relevance Sort by last modified time
    Searched refs:fs_options (Results 1 - 3 of 3) sorted by null

  /system/core/fs_mgr/include/
fs_mgr.h 35 char *fs_options; member in struct:fstab_rec
  /system/core/fs_mgr/
fs_mgr.c 113 char *fs_options, int fs_options_len)
137 /* initialize fs_options to the null string */
138 if (fs_options && (fs_options_len > 0)) {
139 fs_options[0] = '\0';
191 if (fs_options) {
193 * option. Add it to fs_options if it was passed in.
195 strlcat(fs_options, p, fs_options_len);
196 strlcat(fs_options, ",", fs_options_len);
198 /* fs_options was not passed in, so if the flag is unknown
208 if (fs_options && fs_options[0])
    [all...]
  /system/vold/
cryptfs.c 712 char fs_options[256]; local
    [all...]

Completed in 3193 milliseconds