Home | History | Annotate | Download | only in applypatch

Lines Matching full:files

14 static int EliminateOpenFiles(char** files, int file_count) {
53 // lots of files in /cache, and lots of them are open (neither
58 if (files[j] && strcmp(files[j], link) == 0) {
60 free(files[j]);
61 files[j] = NULL;
83 // We're allowed to delete unopened regular files in any of these
95 // Look for regular files in the directory (not in any subdirectories).
119 printf("%d regular files in deletable directories\n", *entries);
146 printf("no files can be deleted to free space on /cache\n");
150 // We could try to be smarter about which files to delete: the