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

  /system/core/fs_mgr/
fs_mgr.c 243 static int fs_match(char *in1, char *in2) function
664 if (!fs_match(fstab->recs[i].mount_point, n_name)) {
  /external/e2fsprogs/misc/
fsck.c 835 static int fs_match(struct fs_info *fs, struct fs_type_compile *cmp) function
894 if (!fs_match(fs, &fs_type_compiled)) return 1;

Completed in 101 milliseconds