/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | hap_asset_provider_impl.cpp | 75 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osstream); in GetAsMapping() 101 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osstream); in GetAsMappingFromI18n()
|
H A D | utils.cpp | 79 bool hasFile = extractor->GetFileBuffer(fileName, osstream); in GetStringFromHap()
|
/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/ |
H A D | extractor_test.cpp | 167 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 D | hap_asset_provider.cpp | 55 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osStream); in GetAsMapping()
|
H A D | hap_asset_provider_impl.cpp | 55 hasFile = runtimeExtractor_->GetFileBuffer(fileName, osStream); in GetAsMapping()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | mock_js_runtime.h | 96 …bool GetFileBuffer(const std::string& filePath, std::string& fileFullName, std::vector<uint8_t>& b… in GetFileBuffer() function
|
H A D | js_runtime_test.cpp | 885 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 D | extractor.h | 72 bool GetFileBuffer(const std::string& srcPath, std::ostringstream& dest);
|
/ohos5.0/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.h | 143 …const uint8_t* GetFileBuffer(const std::string& filePath, const std::string& moduleKey, size_t &le…
|
H A D | native_module_manager.cpp | 926 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 D | js_runtime.h | 123 …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 D | extractor.cpp | 51 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 D | js_runtime.cpp | 401 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()
|