Searched refs:ReadFileToBytes (Results 1 – 3 of 3) sorted by relevance
228 BASE_EXPORT absl::optional<std::vector<uint8_t>> ReadFileToBytes(
325 absl::optional<std::vector<uint8_t>> ReadFileToBytes(const FilePath& path) { in ReadFileToBytes() function
3435 TEST_F(FileUtilTest, ReadFileToBytes) { in TEST_F() argument3449 absl::optional<std::vector<uint8_t>> bytes = ReadFileToBytes(file_path); in TEST_F()3455 bytes = ReadFileToBytes(file_path); in TEST_F()3459 ASSERT_FALSE(ReadFileToBytes(file_path_dangerous)); in TEST_F()