Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Drecovery.c165 const char *arg = strtok(boot.recovery, "\n"); in get_args() local
407 int arg; in main() local
/bootable/recovery/minzip/
DHash.c292 int mzHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg) in mzHashForeach()