HomeSort by relevance Sort by last modified time
    Searched refs:next_file (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/disk_cache/
block_files.cc 176 if (header->next_file && (empty_blocks < disk_cache::kMaxBlocks / 10)) {
494 int new_file = header->next_file;
507 header->next_file = new_file;
529 while (header->next_file) {
531 Addr address(BLOCK_256, 1, header->next_file, 0);
532 MappedFile* next_file = GetFile(address); local
533 if (!next_file)
537 reinterpret_cast<BlockFileHeader*>(next_file->buffer());
540 // Delete next_file and remove it from the chain.
541 int file_index = header->next_file;
    [all...]
disk_format.h 182 int16 next_file; // Next file when this one is full. member in struct:disk_cache::BlockFileHeader
  /external/bluetooth/glib/gio/
glocalfileenumerator.c 145 enumerator_class->next_file = g_local_file_enumerator_next_file;
330 next_file:
360 goto next_file;
gfileenumerator.h 64 GFileInfo * (* next_file) (GFileEnumerator *enumerator, member in struct:_GFileEnumeratorClass
gfileenumerator.c 230 info = (* class->next_file) (enumerator, cancellable, error);
641 info = class->next_file (enumerator, cancellable, &error);
  /external/jhead/
jhead.c 508 if (!memcmp(finddata.name, ".",2)) goto next_file;
509 if (!memcmp(finddata.name, "..",3)) goto next_file;
510 if (finddata.attrib & _A_SUBDIR) goto next_file;
516 if (--a == 0) goto next_file;
526 next_file:
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 91 printf("next file id: %d\n", header.next_file);

Completed in 61 milliseconds