Searched refs:ReadFileToBuffer (Results 1 – 4 of 4) sorted by relevance
28 if (!util::Helpers::ReadFileToBuffer(entriesInfo, ss)) { in CompileNpmModuleEntryList()
101 static bool ReadFileToBuffer(const std::string &file, std::stringstream &ss);
662 bool Helpers::ReadFileToBuffer(const std::string &file, std::stringstream &ss) in ReadFileToBuffer() function in panda::es2panda::util::Helpers
75 if (!util::Helpers::ReadFileToBuffer(src_->fileName, ss)) { in Run()