/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_object.cpp | 150 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 D | tlv_object.h | 77 bool SaveBufferToFile(); 114 return SaveBufferToFile(); in WriteBasic()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | file_ex.h | 22 static bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool tr…
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | file_ex.h | 120 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated…
|
/ohos5.0/base/hiviewdfx/hiview/core/test/unittest/common/ |
H A D | param_update_test.cpp | 62 FileUtil::SaveBufferToFile(CERT_ENC_FILE_FULL_NAME, saveContent, true); in CreateEncFile()
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c-utils-guide-file.md | 24 | bool | **SaveBufferToFile**(const std::string& filePath, const std::vector< char >& content, bool…
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | file_ex.cpp | 72 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 D | rdb_store_rekey_test.cpp | 168 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 D | rdb_security_manager_test.cpp | 138 bool ret = OHOS::SaveBufferToFile(file, content);
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | file_util.cpp | 78 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 D | utils_file_test.cpp | 525 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 D | file_util.h | 68 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 D | file_benchmark_test.cpp | 632 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 D | file_ex.cpp | 253 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 D | security_manager.cpp | 171 auto ret = SaveBufferToFile(keyFullPath, content); in SaveKeyToFile()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | store_factory_test.cpp | 133 auto saved = OHOS::SaveBufferToFile(keyPath, content); in ChangeKeyDate()
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | adapter_utility_ohos_test.cpp | 265 (void)FileUtil::SaveBufferToFile(GenerateLogFileName(caseName, SUFFIX_0), content, true);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_security_manager.cpp | 218 ret = SaveBufferToFile(keyPath, secretKeyInChar); in SaveSecretKeyToDisk()
|