Searched defs:follow_links (Results 1 - 1 of 1) sorted by relevance

/system/core/charger/
H A Dcharger.c546 bool follow_links, int max_depth)
565 if ((de->d_type != DT_DIR && !(de->d_type == DT_LNK && follow_links)) ||
568 de->d_name, de->d_type, max_depth, follow_links);
585 do_coldboot(charger, d2, event, follow_links, max_depth - 1);
545 do_coldboot(struct charger *charger, DIR *d, const char *event, bool follow_links, int max_depth) argument

Completed in 34 milliseconds