Searched defs:GetFileContent (Results 1 – 4 of 4) sorted by relevance
34 bool GetFileContent(const std::string &filename, std::string *content) { in GetFileContent() function
173 absl::string_view ExternalFileHandler::GetFileContent() { in GetFileContent() function in tflite::task::core::ExternalFileHandler
30 std::string GetFileContent(const FilePath& path) { in GetFileContent() function
515 llvm::function_ref<llvm::Expected<std::string>(PathRef)> GetFileContent) { in renameOutsideFile()599 auto GetFileContent = [&RInputs, in rename() local