Home
last modified time | relevance | path

Searched defs:check_usage (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dscoped_flock.h71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile()
Dos_linux.cc64 bool check_usage = !read_only && auto_flush; in OpenFileWithFlags() local
/art/libartbase/base/unix_file/
Dfd_file.cc145 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()
Dfd_file.h44 FdFile(const std::string& path, int flags, bool check_usage) in FdFile()