Searched refs:keep (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/
H A Ddir_hash.c178 char *keep; local
207 keep = malloc(len + strlen(name) + 3);
210 if (keep == NULL || res == NULL) {
224 free(keep);
229 sprintf(keep, "%s %s\n", name, outstr);
231 res->name = keep;
/system/core/rootdir/
H A DAndroid.mk17 # to run the dex pre-optimization *in* the emulator. So keep the file until

Completed in 61 milliseconds