Home
last modified time | relevance | path

Searched refs:new_cwd_path (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/support/
Dtest-container.c745 char *new_cwd_path; in main() local
837 new_cwd_path = get_current_dir_name (); in main()
903 xmkdirp (concat (new_root_path, new_cwd_path, NULL), 0755); in main()
1170 if (chdir (new_cwd_path) < 0) in main()
1171 FAIL_EXIT1 ("Can't cd to new %s - ", new_cwd_path); in main()