Searched defs:check_usage (Results 1 – 2 of 2) sorted by relevance
48 explicit MappedFile(int fd, bool check_usage) : FdFile(fd, check_usage), file_size_(-1), in MappedFile()
31 FdFile::FdFile(int fd, bool check_usage) in FdFile()36 FdFile::FdFile(int fd, const std::string& path, bool check_usage) in FdFile()