Searched refs:cwd_parent (Results 1 – 1 of 1) sorted by relevance
98 static char cwd_parent[FILENAME_MAX]; variable210 if (getcwd(cwd_parent, sizeof(cwd_parent)) == NULL) { in test_setup()254 SAFE_CHDIR(cleanup, cwd_parent); in test_cleanup()430 if (!(strcmp(cwd, cwd_parent))) in modified_FS()