Searched defs:read_only_mode (Results 1 - 3 of 3) sorted by relevance

/art/libartbase/base/
H A Dscoped_flock.h58 const bool read_only_mode, std::string* error_message);
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) argument
72 : FdFile(fd, path, check_usage, read_only_mode) {
H A Dscoped_flock.cc94 const bool read_only_mode, std::string* error_msg) {
101 new LockedFile(dup(fd), path, false /* check_usage */, read_only_mode));
93 DupOf(const int fd, const std::string& path, const bool read_only_mode, std::string* error_msg) argument
/art/libartbase/base/unix_file/
H A Dfd_file.cc52 FdFile::FdFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) argument
54 fd_(fd), file_path_(path), auto_close_(true), read_only_mode_(read_only_mode) {

Completed in 67 milliseconds