Searched refs:IsFdValid (Results 1 – 4 of 4) sorted by relevance
49 bool FileSystem::IsFdValid(int32_t fd, struct stat& s) in IsFdValid() function in OHOS::Media::FileSystem57 return IsFdValid(fd, s) && S_ISREG(s.st_mode); in IsRegularFile()63 return IsFdValid(fd, s) && S_ISSOCK(s.st_mode); in IsSocketFile()
47 bool FileSystem::IsFdValid(int32_t fd, struct stat& s) in IsFdValid() function in OHOS::Media::OSAL::FileSystem55 return IsFdValid(fd, s) && S_ISREG(s.st_mode); in IsRegularFile()61 return IsFdValid(fd, s) && S_ISSOCK(s.st_mode); in IsSocketFile()
27 static bool IsFdValid(int32_t fd, struct stat& s);
28 static bool IsFdValid(int32_t fd, struct stat& s);