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 | 66 bool check_usage = !read_only && auto_flush; in OpenFileWithFlags() local
|
| /art/libartbase/base/unix_file/ |
| D | fd_file.h | 49 FdFile(const std::string& path, int flags, bool check_usage) in FdFile()
|
| D | fd_file.cc | 168 FdFile::FdFile(int fd, bool check_usage) in FdFile() 171 FdFile::FdFile(int fd, const std::string& path, bool check_usage) in FdFile() 174 FdFile::FdFile(int fd, const std::string& path, bool check_usage, in FdFile() 188 bool check_usage) { in FdFile() 266 void FdFile::Reset(int fd, bool check_usage) { in Reset()
|