Searched refs:ReadChars (Results 1 – 2 of 2) sorted by relevance
584 static char* ReadChars(const char* name, int* size_out);
1442 reinterpret_cast<uint8_t*>(ReadChars(absolute_path.c_str(), &length))); in ExecuteWebSnapshot()1471 std::unique_ptr<char[]> data(ReadChars(absolute_path.c_str(), &length)); in LoadJSON()3608 char* Shell::ReadChars(const char* name, int* size_out) { in ReadChars() function in v8::Shell3638 std::unique_ptr<char[]> data(ReadChars(name, &length)); in ReadLines()3676 uint8_t* data = reinterpret_cast<uint8_t*>(ReadChars(*filename, &length)); in ReadBuffer()5466 char* trace_config_json_str = ReadChars(options.trace_config, &size); in Main()