Searched refs:read_only_mode (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/ |
D | scoped_flock.h | 58 const bool read_only_mode, std::string* error_message); 71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() argument 72 : FdFile(fd, path, check_usage, read_only_mode) { in LockedFile()
|
D | scoped_flock.cc | 104 const bool read_only_mode, std::string* error_msg) { in DupOf() argument 109 UNUSED(read_only_mode); in DupOf() 119 new LockedFile(DupCloexec(fd), path, /* check_usage= */ false, read_only_mode)); in DupOf()
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 42 FdFile(int fd, const std::string& path, bool check_usage, bool read_only_mode);
|
D | fd_file.cc | 152 bool read_only_mode) in FdFile() argument 156 read_only_mode_(read_only_mode) { in FdFile()
|