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

  /build/tools/
findleaves.py 26 def perform_find(mindepth, prune, dirlist, filename):
29 for rootdir in dirlist:
57 sys.stderr.write("""Usage: %(progName)s [<options>] <dirlist> <filename>
88 if len(argv)-i < 2: # need both <dirlist> and <filename>
90 dirlist = argv[i:-1]
92 results = list(set(perform_find(mindepth, prune, dirlist, filename)))
  /external/elfutils/libdw/
dwarf_getsrclines.c 223 struct dirlist struct
227 struct dirlist *next;
234 struct dirlist *dirlist = &comp_dir_elem; local
240 struct dirlist *new_dir =
241 (struct dirlist *) alloca (sizeof (*new_dir));
248 new_dir->next = dirlist;
249 dirlist = new_dir;
257 struct dirlist **dirarray
258 = (struct dirlist **) alloca (ndirlist * sizeof (*dirarray))
    [all...]
  /external/e2fsprogs/intl/
loadinfo.h 90 DIRLIST and DIRLIST_LEN are an argz list of directories in which to
103 const char *dirlist, size_t dirlist_len, int mask,
l10nflist.c 171 const char *dirlist, size_t dirlist_len,
187 DIRLIST. */
220 memcpy (cp, dirlist, dirlist_len);
296 dirlist_count = (dirlist_len > 0 ? __argz_count (dirlist, dirlist_len) : 1);
323 If the DIRLIST is a real list (i.e. DIRLIST_COUNT > 1), the RETVAL
325 colons. In this case we loop across all elements of DIRLIST and
327 If the DIRLIST is a single directory or entirely redundant (i.e.
341 /* Iterate over all elements of the DIRLIST. */
344 while ((dir = __argz_next ((char *) dirlist, dirlist_len, dir))
354 = _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len
    [all...]
  /system/core/adb/
file_sync_client.c 607 copyinfo *dirlist = 0; local
639 ci->next = dirlist;
640 dirlist = ci;
664 for(ci = dirlist; ci != 0; ci = next) {
804 copyinfo **dirlist; member in struct:__anon36385
817 copyinfo **dirlist = args->dirlist; local
826 ci->next = *dirlist;
827 *dirlist = ci;
845 copyinfo *dirlist = NULL local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 268 struct dirlist {
275 dirlist reply;
nfs_prot.h 231 struct dirlist { struct
235 typedef struct dirlist dirlist; typedef in typeref:struct:dirlist
240 dirlist reply;
408 extern bool_t xdr_dirlist (XDR *, dirlist*);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 268 struct dirlist {
275 dirlist reply;
nfs_prot.h 231 struct dirlist { struct
235 typedef struct dirlist dirlist; typedef in typeref:struct:dirlist
240 dirlist reply;
408 extern bool_t xdr_dirlist (XDR *, dirlist*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 268 struct dirlist {
275 dirlist reply;
nfs_prot.h 231 struct dirlist { struct
235 typedef struct dirlist dirlist; typedef in typeref:struct:dirlist
240 dirlist reply;
408 extern bool_t xdr_dirlist (XDR *, dirlist*);
  /external/e2fsprogs/lib/blkid/
devname.c 121 static const char *dirlist[] = { "/dev", "/devfs", "/devices", NULL }; variable
223 for (dir = dirlist; *dir; dir++) {

Completed in 970 milliseconds