Searched refs:OsMapToPosixRet (Results 1 – 2 of 2) sorted by relevance
38 return OsMapToPosixRet(ret); in open()44 return OsMapToPosixRet(ret); in close()50 return OsMapToPosixRet(ret); in read()56 return OsMapToPosixRet(ret); in write()67 return OsMapToPosixRet(ret); in stat()73 return OsMapToPosixRet(ret); in statfs()79 return OsMapToPosixRet(ret); in unlink()85 return OsMapToPosixRet(ret); in rename()91 return OsMapToPosixRet(ret); in fsync()107 return OsMapToPosixRet(ret); in closedir()[all …]
63 static inline S32 OsMapToPosixRet(S32 ret) in OsMapToPosixRet() function