Lines Matching refs:tf
161 TemporaryFile tf; in BM_ReadMemInfo_old() local
162 ::android::base::WriteStringToFd(meminfo, tf.fd); in BM_ReadMemInfo_old()
166 get_mem_info(mem, tf.path); in BM_ReadMemInfo_old()
217 TemporaryFile tf; in BM_ReadMemInfo_new() local
218 android::base::WriteStringToFd(meminfo, tf.fd); in BM_ReadMemInfo_new()
220 std::string file = std::string(tf.path); in BM_ReadMemInfo_new()
330 TemporaryFile tf; in BM_MemInfoWithZram_old() local
331 ::android::base::WriteStringToFd(meminfo, tf.fd); in BM_MemInfoWithZram_old()
336 get_mem_info(mem, tf.path); in BM_MemInfoWithZram_old()
389 TemporaryFile tf; in BM_MemInfoWithZram_new() local
390 android::base::WriteStringToFd(meminfo, tf.fd); in BM_MemInfoWithZram_new()
392 std::string file = std::string(tf.path); in BM_MemInfoWithZram_new()