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

  /system/core/libcutils/
tzstrftime.c 740 size_t namesize; local
766 namesize = strlen(name) + 1;
768 ((sizeof locale_home) + namesize + (sizeof lc_time)))
788 bufsize = namesize + st.st_size;
794 p = lbuf + namesize;
  /ndk/sources/host-tools/make-3.81/
arscan.c 596 int namesize = atoi (name + 3);
598 name = (char *) alloca (namesize + 1);
599 nread = read (desc, name, namesize);
600 if (nread != namesize)
605 name[namesize] = '\0';
594 int namesize = atoi (name + 3); local
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 113 milliseconds