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

  /build/make/tools/ijar/
zip_main.cc 93 struct stat statst; local
100 if (stat(path_, &statst) != 0) {
182 struct stat statst; local
194 stat(files[i], &statst);
196 bool isdir = (statst.st_mode & S_IFDIR) != 0;
217 mode_t perm = statst.st_mode & 0777;
221 u1 *buffer = builder->NewFile(path, mode_to_zipattr(statst.st_mode));
222 if (isdir || statst.st_size == 0) {
232 void *data = mmap(NULL, statst.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
238 memcpy(buffer, data, statst.st_size)
    [all...]
zip.cc 1008 struct stat statst; local
    [all...]

Completed in 52 milliseconds