Searched refs:fscanf (Results 1 – 5 of 5) sorted by relevance
/frameworks/wilhelm/tests/listening/ |
D | seekTorture.c | 101 while (fscanf(fp_map, "%u %u", &position, &duration) == 2) { in main()
|
/frameworks/libs/net/common/netd/libnetdutils/include/netdutils/ |
D | Syscalls.h | 107 StatusOr<int> fscanf(FILE* file, const char* format, ...) const { in fscanf() function
|
/frameworks/libs/net/common/native/tcutils/ |
D | tcutils.cpp | 148 fscanf(fp, "%08x%08x%08x", &t2us, &us2t, &clockRes) != 3; in getTickInUsec()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1818 fscanf(file, "%lld", &lastChangedTime); in updateIsTimeAccurate()
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 4116 for (int i = 0; i < 64 && fscanf(fp, " %10s %*s", table) == 1; ++i) { in dump_route_tables() 4155 fscanf(fp, "%d", &frozen); in dump_frozen_cgroupfs()
|