Lines Matching refs:new_root_path
241 devmount (const char *new_root_path, const char *which) in devmount() argument
244 fd = open (concat (new_root_path, "/dev/", which, NULL), in devmount()
249 concat (new_root_path, "/dev/", which, NULL)); in devmount()
708 char *new_root_path; in main() local
794 new_root_path = xstrdup (concat (support_objdir_root, in main()
811 xmkdirp (new_root_path, 0755); in main()
849 rsync (pristine_root_path, new_root_path, in main()
854 rsync (command_root, new_root_path, 0, 1); in main()
856 new_objdir_path = xstrdup (concat (new_root_path, in main()
858 new_srcdir_path = xstrdup (concat (new_root_path, in main()
862 xmkdirp (concat (new_root_path, new_cwd_path, NULL), 0755); in main()
912 the_words[i] = concat (new_root_path, in main()
916 the_words[i] = concat (new_root_path, in main()
920 the_words[i] = concat (new_root_path, in main()
927 the_words[i] = concat (new_root_path, in main()
945 the_words[2] = concat (new_root_path, support_libdir_prefix, in main()
996 copy_one_file (new_child_proc[0], concat (new_root_path, in main()
1048 rsync (pristine_root_path, new_root_path, 1, 0); in main()
1097 xmkdirp (concat (new_root_path, "/dev", NULL), 0755); in main()
1098 devmount (new_root_path, "null"); in main()
1099 devmount (new_root_path, "zero"); in main()
1100 devmount (new_root_path, "urandom"); in main()
1103 if (chroot (new_root_path) < 0) in main()
1104 FAIL_EXIT1 ("Can't chroot to %s - ", new_root_path); in main()