Home
last modified time | relevance | path

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

/bionic/tests/
Dstdio_test.cpp2505 FILE* other_fp = fopen("/proc/version", "r"); in TEST() local
2506 FILE* fp = freopen(tf.path, "a", other_fp); in TEST()