OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_match
(Results
1 - 2
of
2
) sorted by null
/system/core/fs_mgr/
fs_mgr.c
553
static int
fs_match
(char *in1, char *in2)
function
667
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 27 milliseconds