Home
last modified time | relevance | path

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

/external/rootdev/
Dmain.c49 static const char *flag_path = "/"; variable
104 flag_path = argv[optind++]; in parse_args()
129 if (stat(flag_path, &path_stat) != 0) in main()
130 err(1, "Cannot stat(%s)", flag_path); in main()