Searched refs:GET_ARG (Results 1 – 1 of 1) sorted by relevance
/dalvik/dexopt/ |
D | OptMain.c | 259 #define GET_ARG(_var, _func, _msg) \ macro 306 GET_ARG(zipFd, strtol, "bad zip fd"); in fromZip() 307 GET_ARG(cacheFd, strtol, "bad cache fd"); in fromZip() 443 GET_ARG(vmBuildVersion, strtol, "bad vm build"); in fromDex() 449 GET_ARG(fd, strtol, "bad fd"); in fromDex() 450 GET_ARG(offset, strtol, "bad offset"); in fromDex() 451 GET_ARG(length, strtol, "bad length"); in fromDex() 454 GET_ARG(modWhen, strtoul, "bad modWhen"); in fromDex() 455 GET_ARG(crc, strtoul, "bad crc"); in fromDex() 456 GET_ARG(flags, strtol, "bad flags"); in fromDex()
|