Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
file_util.cpp File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#include "testing/utils/file_util.h"
#include <stdio.h>
#include <utility>
#include <vector>
#include "core/fxcrt/numerics/safe_conversions.h"
#include "core/fxcrt/span.h"
#include "core/fxcrt/stl_util.h"
#include "testing/utils/path_service.h"
Include dependency graph for file_util.cpp:

Go to the source code of this file.

Functions

std::vector< uint8_t > GetFileContents (const char *filename)

Function Documentation

◆ GetFileContents()

std::vector< uint8_t > GetFileContents ( const char * filename)

Definition at line 17 of file file_util.cpp.