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

  /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...]

Completed in 501 milliseconds