Lines Matching refs:S32
47 static S32 OsVfsFindMpByPath(const char *mPath, const char *iPath)
50 S32 matches = 0;
87 S32 bestMatches = 0;
88 S32 matches;
118 S32 OsVfsFindMountPoint(const char *fsType)
144 S32 OsVfsMount(const char *source, const char *target,
148 S32 ret;
213 S32 OsVfsUmount(const char *target)
217 S32 ret = FS_NOK;
250 for (S32 fd = 0; fd < NR_OPEN_DEFAULT; fd++) {
262 S32 OsVfsUmount2(const char *target, S32 flag)
266 S32 ret = FS_NOK;