Searched refs:fileGetContents (Results 1 – 3 of 3) sorted by relevance
52 optional<vector<uint8_t>> fileGetContents(const string& path);
50 optional<vector<uint8_t>> fileGetContents(const string& path) { in fileGetContents() function
245 optional<vector<uint8_t>> data = fileGetContents(fileName_); in loadFromDisk()