Searched refs:file_stat (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libva/va/
H A Dva_fool.c272 struct stat file_stat = {0}; local
283 fstat(fd, &file_stat);
290 fool_ctx->segbuf_enc = realloc(fool_ctx->segbuf_enc, file_stat.st_size);
291 read(fd, fool_ctx->segbuf_enc, file_stat.st_size);
297 codedbuf->size = file_stat.st_size;
309 struct stat file_stat = {0}; local
314 fstat(fd, &file_stat);
315 fool_ctx->segbuf_jpg = realloc(fool_ctx->segbuf_jpg, file_stat.st_size);
316 read(fd, fool_ctx->segbuf_jpg, file_stat.st_size);
322 codedbuf->size = file_stat
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8045 posix::StatStruct file_stat;
8046 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
8072 posix::StatStruct file_stat;
8073 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
8074 posix::IsDir(file_stat);

Completed in 222 milliseconds