Home
last modified time | relevance | path

Searched defs:ReadFile (Results 1 – 7 of 7) sorted by relevance

/foundation/ai/engine/services/common/utils/file_operation/source/
Dfile_operation.cpp62 int ReadFile(const char *fileName, long long fileSize, long long countNumber, char *buffer) in ReadFile() function
/foundation/graphic/standard/utils/raw_parser/src/
Draw_parser.cpp132 int32_t RawParser::ReadFile(const std::string &file, std::unique_ptr<uint8_t[]> &ptr) in ReadFile() function in OHOS::RawParser
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
Dfile_utils.cpp320 bool ReadFile(std::string path, std::string *str) in ReadFile() function
/foundation/communication/netmanager_base/services/netpolicymanager/src/
Dnet_policy_file.cpp140 bool NetPolicyFile::ReadFile(const std::string &fileName, std::string &fileContent) in ReadFile() function in OHOS::NetManagerStandard::NetPolicyFile
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
Dethernet_management.cpp354 bool EthernetManagement::ReadFile(const std::string &filePath, std::string &fileContent) in ReadFile() function in OHOS::NetManagerStandard::EthernetManagement
/foundation/ace/ace_engine_lite/frameworks/src/core/base/
Djs_fwk_common.cpp655 char *ReadFile(const char * const fullPath, uint32_t &fileSize, const bool binary) in ReadFile() function
/foundation/ace/napi/native_engine/impl/v8/
Dv8_native_engine.cpp505 v8::MaybeLocal<v8::String> ReadFile(v8::Isolate* isolate, const char* path) in ReadFile() function