Home
last modified time | relevance | path

Searched refs:ifs (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/lshal/
DListCommand.cpp209 std::ifstream ifs("/dev/binderfs/binder_logs/proc/" + std::to_string(pid)); in scanBinderContext() local
210 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()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp114 std::ifstream ifs(tmp_binary.path, std::ifstream::in); in ParseSections() local
118 while (std::getline(ifs, line)) { in ParseSections()
/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java1057 final InterfaceSet ifs = (upstreamIface != null) ? new InterfaceSet(upstreamIface) : null; in dispatchTetherConnectionChanged() local
1058 mIpServer.sendMessage(IpServer.CMD_TETHER_CONNECTION_CHANGED, ifs); in dispatchTetherConnectionChanged()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1294 std::ifstream ifs("/proc/buddyinfo"); in DumpExternalFragmentationInfo() local
1296 for (std::string line; std::getline(ifs, line);) { in DumpExternalFragmentationInfo()