Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dfreecache.c74 int FindExpendableFiles(char*** names, int* entries) { in FindExpendableFiles() argument
79 *names = malloc(size * sizeof(char*)); in FindExpendableFiles()
110 *names = realloc(*names, size * sizeof(char*)); in FindExpendableFiles()
112 (*names)[(*entries)++] = strdup(path); in FindExpendableFiles()
121 if (EliminateOpenFiles(*names, *entries) < 0) { in FindExpendableFiles()
137 char** names; in MakeFreeSpaceOnCache() local
140 if (FindExpendableFiles(&names, &entries) < 0) { in MakeFreeSpaceOnCache()
158 if (names[i]) { in MakeFreeSpaceOnCache()
159 unlink(names[i]); in MakeFreeSpaceOnCache()
161 printf("deleted %s; now %ld bytes free\n", names[i], (long)free_now); in MakeFreeSpaceOnCache()
[all …]
/bootable/recovery/edify/
DREADME56 As shown in the last example, function names are just strings,
/bootable/recovery/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,