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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "testing/utils/file_util.h"
#include <stdio.h>
#include <utility>
#include <vector>
#include "core/fxcrt/span_util.h"
#include "testing/utils/path_service.h"
#include "third_party/base/numerics/safe_conversions.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 16 of file file_util.cpp.