Searched refs:cwd_statbuf (Results 1 – 1 of 1) sorted by relevance
1312 GStatBuf path_statbuf, cwd_statbuf; in test_stdio_wrappers() local1366 g_assert_cmpint (g_stat (cwd, &cwd_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()