Searched refs:ifs (Results 1 – 4 of 4) sorted by relevance
209 std::ifstream ifs("/dev/binderfs/binder_logs/proc/" + std::to_string(pid)); in scanBinderContext() local210 if (!ifs.is_open()) { in scanBinderContext()211 ifs.open("/d/binder/proc/" + std::to_string(pid)); in scanBinderContext()212 if (!ifs.is_open()) { in scanBinderContext()222 while(getline(ifs, line)) { in scanBinderContext()
114 std::ifstream ifs(tmp_binary.path, std::ifstream::in); in ParseSections() local118 while (std::getline(ifs, line)) { in ParseSections()
1057 final InterfaceSet ifs = (upstreamIface != null) ? new InterfaceSet(upstreamIface) : null; in dispatchTetherConnectionChanged() local1058 mIpServer.sendMessage(IpServer.CMD_TETHER_CONNECTION_CHANGED, ifs); in dispatchTetherConnectionChanged()
1294 std::ifstream ifs("/proc/buddyinfo"); in DumpExternalFragmentationInfo() local1296 for (std::string line; std::getline(ifs, line);) { in DumpExternalFragmentationInfo()