Home
last modified time | relevance | path

Searched defs:GetFileContent (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/lang_id/common/file/
Dfile-utils.cc34 bool GetFileContent(const std::string &filename, std::string *content) { in GetFileContent() function
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dexternal_file_handler.cc173 absl::string_view ExternalFileHandler::GetFileContent() { in GetFileContent() function in tflite::task::core::ExternalFileHandler
/external/libchrome/base/files/
Dimportant_file_writer_unittest.cc30 std::string GetFileContent(const FilePath& path) { in GetFileContent() function
/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp515 llvm::function_ref<llvm::Expected<std::string>(PathRef)> GetFileContent) { in renameOutsideFile()
599 auto GetFileContent = [&RInputs, in rename() local