Home
last modified time | relevance | path

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

/support/
A Dtest-container.c714 char *command_root; in main() local
818 command_root = concat (argv[1], ".root", NULL); in main()
819 if (strncmp (command_root, support_objdir_root, in main()
821 && command_root[strlen (support_objdir_root)] == '/') in main()
822 command_root = concat (support_srcdir_root, in main()
825 command_root = xstrdup (command_root); in main()
828 command_base = xstrdup (command_root); in main()
846 if (file_exists (concat (command_root, "/ldconfig.run", NULL))) in main()
852 if (stat (command_root, &st) >= 0 in main()
854 rsync (command_root, new_root_path, 0, 1); in main()
[all …]

Completed in 5 milliseconds