Home
last modified time | relevance | path

Searched refs:SaveBufferToFile (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.cpp150 return SaveBufferToFile(); in Write()
186 return SaveBufferToFile(); in Write()
232 return SaveBufferToFile(); in Write()
304 return SaveBufferToFile(); in WriteHead()
388 bool TLVObject::SaveBufferToFile() in SaveBufferToFile() function in OHOS::UDMF::TLVObject
H A Dtlv_object.h77 bool SaveBufferToFile();
114 return SaveBufferToFile(); in WriteBasic()
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dfile_ex.h22 static bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool tr…
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dfile_ex.h120 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated…
/ohos5.0/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dparam_update_test.cpp62 FileUtil::SaveBufferToFile(CERT_ENC_FILE_FULL_NAME, saveContent, true); in CreateEncFile()
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-file.md24 | bool | **SaveBufferToFile**(const std::string& filePath, const std::vector< char >& content, bool…
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dfile_ex.cpp72 return SaveBufferToFile(tmpPath, tmpContent, truncated); in RustSaveBufferToFile()
331 bool SaveBufferToFile(const string& filePath, const vector<char>& content, bool truncated /*= true*… in SaveBufferToFile() function
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_rekey_test.cpp168 auto saved = OHOS::SaveBufferToFile(keyPath, content); in ChangeKeyFileDate()
185 OHOS::SaveBufferToFile(newKeyPath, content); in SaveNewKey()
187 return OHOS::SaveBufferToFile(keyPath, content); in SaveNewKey()
H A Drdb_security_manager_test.cpp138 bool ret = OHOS::SaveBufferToFile(file, content);
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp78 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated) in SaveBufferToFile() function
80 return OHOS::SaveBufferToFile(filePath, content, truncated); in SaveBufferToFile()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_file_test.cpp525 bool ret = SaveBufferToFile(path, buff, false);
546 bool ret = SaveBufferToFile(path, newContent);
567 bool ret = SaveBufferToFile(path, newContent, false);
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h68 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated…
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/
H A Dfile_benchmark_test.cpp632 bool ret = SaveBufferToFile(path, buff, false); in BENCHMARK_F()
657 bool ret = SaveBufferToFile(path, newContent); in BENCHMARK_F()
683 bool ret = SaveBufferToFile(path, newContent, false); in BENCHMARK_F()
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/
H A Dfile_ex.cpp253 bool SaveBufferToFile(const string& filePath, const vector<char>& content, bool truncated /* = true… in SaveBufferToFile() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp171 auto ret = SaveBufferToFile(keyFullPath, content); in SaveKeyToFile()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_factory_test.cpp133 auto saved = OHOS::SaveBufferToFile(keyPath, content); in ChangeKeyDate()
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dadapter_utility_ohos_test.cpp265 (void)FileUtil::SaveBufferToFile(GenerateLogFileName(caseName, SUFFIX_0), content, true);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp218 ret = SaveBufferToFile(keyPath, secretKeyInChar); in SaveSecretKeyToDisk()