Home
last modified time | relevance | path

Searched refs:LoadBufferFromFile (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dfile_ex.h27 static bool LoadBufferFromFile(const std::string& filePath, std::vector<char>& content) in LoadBufferFromFile() function
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_rekey_test.cpp135 auto loaded = OHOS::LoadBufferFromFile(keyPath, content); in GetKeyFileDate()
156 auto loaded = OHOS::LoadBufferFromFile(keyPath, content); in ChangeKeyFileDate()
178 auto loaded = OHOS::LoadBufferFromFile(keyPath, content); in SaveNewKey()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_factory_test.cpp104 auto loaded = OHOS::LoadBufferFromFile(keyPath, content); in GetDate()
124 auto loaded = OHOS::LoadBufferFromFile(keyPath, content); in ChangeKeyDate()
/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/
H A Dfile_ex.cpp216 bool LoadBufferFromFile(const string& filePath, vector<char>& content) in LoadBufferFromFile() function
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp140 auto loaded = LoadBufferFromFile(keyPath, content); in LoadKeyFromFile()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp478 if (!LoadBufferFromFile(keyPath, content) || content.empty()) { in LoadSecretKeyFromDisk()
479 LOG_ERROR("LoadBufferFromFile failed!"); in LoadSecretKeyFromDisk()

Completed in 5 milliseconds