Home
last modified time | relevance | path

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

/external/toybox/kconfig/
Dconf.c497 struct stat tmpstat; in main() local
558 if (stat(".config", &tmpstat)) { in main()
576 if (name && !stat(name, &tmpstat)) { in main()
587 if (!stat(name, &tmpstat)) in main()
589 else if (!stat("all.config", &tmpstat)) in main()