Searched refs:path_statbuf (Results 1 – 1 of 1) sorted by relevance
1312 GStatBuf path_statbuf, cwd_statbuf; in test_stdio_wrappers() local1367 g_assert_cmpint (g_stat (path, &path_statbuf), ==, 0); in test_stdio_wrappers()1368 g_assert_true (cwd_statbuf.st_dev == path_statbuf.st_dev && in test_stdio_wrappers()1369 cwd_statbuf.st_ino == path_statbuf.st_ino); in test_stdio_wrappers()