Home
last modified time | relevance | path

Searched refs:read_only_mode (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/unix_file/
Dfd_file.h42 FdFile(int fd, const std::string& path, bool checkUsage, bool read_only_mode);
Dfd_file.cc51 FdFile::FdFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in FdFile() argument
53 fd_(fd), file_path_(path), auto_close_(true), read_only_mode_(read_only_mode) { in FdFile()