Searched defs:check_usage (Results 1 – 4 of 4) sorted by relevance
/art/runtime/base/ |
D | scoped_flock.h | 72 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile()
|
/art/runtime/base/unix_file/ |
D | fd_file.cc | 42 FdFile::FdFile(int fd, bool check_usage) in FdFile() 47 FdFile::FdFile(int fd, const std::string& path, bool check_usage) in FdFile() 51 FdFile::FdFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in FdFile() 56 FdFile::FdFile(const std::string& path, int flags, mode_t mode, bool check_usage) in FdFile()
|
D | fd_file.h | 71 void Reset(int fd, bool check_usage) { in Reset()
|
/art/runtime/ |
D | os_linux.cc | 57 bool check_usage = !read_only && auto_flush; in OpenFileWithFlags() local
|