Searched refs:statst (Results 1 - 4 of 4) sorted by last modified time

/build/make/tools/ijar/
H A Dzip.cc1008 struct stat statst; local
1014 if (stat(files[i], &statst) != 0) {
1018 size += statst.st_size;
H A Dzip_main.cc93 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
[all...]
/build/tools/ijar/
H A Dzip.cc1008 struct stat statst; local
1014 if (stat(files[i], &statst) != 0) {
1018 size += statst.st_size;
H A Dzip_main.cc93 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
[all...]

Completed in 28 milliseconds