Home
last modified time | relevance | path

Searched refs:GetFileBuffer (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.cpp75 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osstream); in GetAsMapping()
101 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osstream); in GetAsMappingFromI18n()
H A Dutils.cpp79 bool hasFile = extractor->GetFileBuffer(fileName, osstream); in GetStringFromHap()
/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp167 EXPECT_FALSE(extractor->GetFileBuffer(srcPath, outStream));
170 EXPECT_FALSE(extractor->GetFileBuffer("", outStream));
171 EXPECT_FALSE(extractor->GetFileBuffer(CONFIG_JSON_PATH, outStream));
172 EXPECT_TRUE(extractor->GetFileBuffer(srcPath, outStream));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider.cpp55 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osStream); in GetAsMapping()
H A Dhap_asset_provider_impl.cpp55 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osStream); in GetAsMapping()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dmock_js_runtime.h96 …bool GetFileBuffer(const std::string& filePath, std::string& fileFullName, std::vector<uint8_t>& b… in GetFileBuffer() function
H A Djs_runtime_test.cpp885 jsRuntime->GetFileBuffer(filePath, fileFullName, buffer);
909 jsRuntime->GetFileBuffer(filePath, fileFullName, buffer, false);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h72 bool GetFileBuffer(const std::string& srcPath, std::ostringstream& dest);
/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.h143 …const uint8_t* GetFileBuffer(const std::string& filePath, const std::string& moduleKey, size_t &le…
H A Dnative_module_manager.cpp926 const uint8_t* NativeModuleManager::GetFileBuffer(const std::string& filePath, in GetFileBuffer() function in NativeModuleManager
1028 abcBuffer = GetFileBuffer(loadPath, moduleKey, len); in FindNativeModuleByDisk()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h123 …static bool GetFileBuffer(const std::string& filePath, std::string& fileFullName, std::vector<uint…
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp51 bool Extractor::GetFileBuffer(const std::string& srcPath, std::ostringstream& dest) in GetFileBuffer() function in OHOS::AbilityBase::Extractor
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp401 bool JsRuntime::GetFileBuffer(const std::string& filePath, std::string& fileFullName, std::vector<u… in GetFileBuffer() function in OHOS::AbilityRuntime::JsRuntime
918 if (!GetFileBuffer(hqfFilePath, patchSoureMapFile, soureMapBuffer, false)) { in InitSourceMap()
1140 if (!extractor->GetFileBuffer(modulePath, outStream)) { in RunScript()