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

  /system/core/libcutils/
tzstrftime.c 739 size_t namesize; local
765 namesize = strlen(name) + 1;
767 ((sizeof locale_home) + namesize + (sizeof lc_time)))
787 bufsize = namesize + st.st_size;
793 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
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 169 milliseconds