Searched defs:check_usage (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/ |
D | scoped_flock.h | 71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile()
|
D | os_linux.cc | 64 bool check_usage = !read_only && auto_flush; in OpenFileWithFlags() local
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 44 FdFile(const std::string& path, int flags, bool check_usage) in FdFile()
|
D | fd_file.cc | 145 FdFile::FdFile(int fd, bool check_usage) in FdFile() 148 FdFile::FdFile(int fd, const std::string& path, bool check_usage) in FdFile() 151 FdFile::FdFile(int fd, const std::string& path, bool check_usage, in FdFile() 165 bool check_usage) { in FdFile() 243 void FdFile::Reset(int fd, bool check_usage) { in Reset()
|