HomeSort by relevance Sort by last modified time
    Searched full:dirfiles (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/
UpdateCMakeLists.pl 8 my %dirFiles;
13 my $x = $dirFiles{$dir};
16 $dirFiles{$dir} = $x;
47 my $files = $dirFiles{$dir};
  /ndk/sources/host-tools/make-3.81/
dir.c 241 struct hash_table dirfiles; /* Files in this directory. */
557 dc->dirfiles.ht_vec = 0;
560 hash_init (&dc->dirfiles, DIRFILE_BUCKETS,
594 if (dir == 0 || dir->dirfiles.ht_vec == 0)
628 df = (struct dirfile *) hash_find_item (&dir->dirfiles, &dirfile_key);
700 dirfile_slot = (struct dirfile **) hash_find_slot (&dir->dirfiles, &dirfile_key);
713 hash_insert_at (&dir->dirfiles, df, dirfile_slot);
875 if (dir->contents->dirfiles.ht_vec == 0)
877 hash_init (&dir->contents->dirfiles, DIRFILE_BUCKETS,
887 hash_insert (&dir->contents->dirfiles, new)
239 struct hash_table dirfiles; \/* Files in this directory. *\/ member in struct:directory_contents
    [all...]
ChangeLog     [all...]

Completed in 509 milliseconds