MCPcopy Create free account
hub / github.com/LibRaw/LibRaw / stat

Class stat

src/utils/open.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 {
29#ifndef LIBRAW_WIN32_CALLS
30 struct stat st;
31 if (stat(fname, &st))
32 return LIBRAW_IO_ERROR;
33 big = (st.st_size > max_buf_size) ? 1 : 0;

Callers 1

open_fileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected