Home
last modified time | relevance | path

Searched refs:stat_buffer (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/fml/platform/posix/
Dmapping_posix.cc60 struct stat stat_buffer = {}; in FileMapping() local
62 if (::fstat(handle.get(), &stat_buffer) != 0) { in FileMapping()
66 if (stat_buffer.st_size == 0) { in FileMapping()
74 ::mmap(nullptr, stat_buffer.st_size, ToPosixProtectionFlags(protection), in FileMapping()
82 size_ = stat_buffer.st_size; in FileMapping()
/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs01_open_files.c100 struct stat stat_buffer; in delete_files() local
105 if (stat(entp->d_name, &stat_buffer)) in delete_files()
108 if (stat_buffer.st_size != 23) in delete_files()
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc1.c30 struct stat stat_buffer; in main() local
114 if (stat(file_name, &stat_buffer)) in main()
117 buffer.data_length = stat_buffer.st_size; in main()
/third_party/libxml2/
DxmlIO.c700 struct _stat stat_buffer; in xmlCheckFilename() local
702 struct stat stat_buffer; in xmlCheckFilename()
718 if (xmlWrapStatUtf8(path, &stat_buffer) == -1) in xmlCheckFilename()
721 if (stat(path, &stat_buffer) == -1) in xmlCheckFilename()
725 if (S_ISDIR(stat_buffer.st_mode)) in xmlCheckFilename()
/third_party/chromium/patch/
D0001-cve.patch134223 struct _stat stat_buffer;
134225 struct stat stat_buffer;
139232 struct stat stat_buffer;