Home
last modified time | relevance | path

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

/art/runtime/base/
Dscoped_flock.h72 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile()
/art/runtime/base/unix_file/
Dfd_file.cc42 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()
Dfd_file.h71 void Reset(int fd, bool check_usage) { in Reset()
/art/runtime/
Dos_linux.cc57 bool check_usage = !read_only && auto_flush; in OpenFileWithFlags() local