Lines Matching defs:file
14 * file in V2. Besides error reporting, this test differs from the
21 * . On EXFAT and extN we change the margin of error between all and file
62 size_t current, file;
64 TST_CG_VER_IS_V1(tst_cg, "memory") ? "cache %zd" : "file %zd";
69 tst_res(TINFO, "Created temp file: memory.current=%zu", current);
77 SAFE_CG_LINES_SCANF(cg_child, "memory.stat", file_key_fmt, &file);
78 TST_EXP_EXPR(file > 0, "(memory.stat.file=%zd) > 0", file);
80 TST_EXP_EXPR(values_close(file, current, file_to_all_error),
81 "(memory.current=%zd) ~= (memory.stat.file=%zd)",
82 current, file);