Searched refs:write_only_ (Results 1 – 2 of 2) sorted by relevance
39 write_only_(write_only), in FileNode()114 if (!write_only_ && !android::base::ReadFileToString(node_path_, &node_value)) { in DumpToFd()
52 const bool write_only_; variable