Searched refs:read_only_mode (Results 1 – 2 of 2) sorted by relevance
42 FdFile(int fd, const std::string& path, bool checkUsage, bool read_only_mode);
51 FdFile::FdFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in FdFile() argument53 fd_(fd), file_path_(path), auto_close_(true), read_only_mode_(read_only_mode) { in FdFile()