Searched defs:mountflags (Results 1 - 1 of 1) sorted by relevance

/system/core/fs_mgr/
H A Dfs_mgr.c541 const char *filesystemtype, unsigned long mountflags,
544 int ret = mount(source, target, filesystemtype, mountflags, data);
546 if ((ret == 0) && (mountflags & MS_RDONLY) != 0) {
540 __mount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) argument

Completed in 44 milliseconds