Searched refs:fileFullPath (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_ability_impl.cpp | 70 char *fileFullPath = RelocateJSSourceFilePath(abilityPath, appJSFileName); in InitEnvironment() local 71 if (fileFullPath == nullptr) { in InitEnvironment() 80 …abilityModel_ = appContext_->Eval(fileFullPath, strlen(fileFullPath), true); // generate global.$a… in InitEnvironment() 84 ace_free(fileFullPath); in InitEnvironment() 85 fileFullPath = nullptr; in InitEnvironment()
|
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/directory_fuzzer/ |
H A D | directory_fuzzer.cpp | 63 string fileFullPath = testDir + fileName; in DirectoryTestFunc() local 65 ChangeModeFile(fileFullPath, mode); in DirectoryTestFunc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 209 auto fileFullPath = filePath + fileName + std::string(FILE_TYPE_JSON); in GetConfigurationCommon() local 212 GetAssetFromI18n(fileFullPath, data); in GetConfigurationCommon() 217 if (GetAssetContent(fileFullPath, content)) { in GetConfigurationCommon() 228 void FrontendDelegateImpl::GetAssetFromI18n(const std::string& fileFullPath, std::unique_ptr<JsonVa… in GetAssetFromI18n() argument 233 auto jsAssetVector = assetManager_->GetAssetFromI18n(fileFullPath); in GetAssetFromI18n() 2007 … auto fileFullPath = std::string(RESOURCES_FOLDER) + folderName + std::string(I18N_FILE_SUFFIX); in LoadResourceConfiguration() local 2009 if (GetAssetContent(fileFullPath, content)) { in LoadResourceConfiguration() 2012 LOGW("parse %{private}s i18n content failed", fileFullPath.c_str()); in LoadResourceConfiguration()
|
H A D | frontend_delegate_impl.h | 412 void GetAssetFromI18n(const std::string& fileFullPath, std::unique_ptr<JsonValue>& data);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 491 auto fileFullPath = STYLES_FOLDER_PATH + *fileIter + std::string(FILE_TYPE_JSON); in LoadCustomStyle() local 492 auto asset = assetManager->GetAsset(fileFullPath); in LoadCustomStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 195 auto fileFullPath = filePath + fileName + std::string(FILE_TYPE_JSON); in GetConfigurationCommon() local 197 if (GetAssetContent(fileFullPath, content)) { in GetConfigurationCommon() 225 … auto fileFullPath = std::string(RESOURCES_FOLDER) + folderName + std::string(I18N_FILE_SUFFIX); in LoadResourceConfiguration() local 227 if (GetAssetContent(fileFullPath, content)) { in LoadResourceConfiguration()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 273 auto fileFullPath = filePath + fileName + std::string(FILE_TYPE_JSON); in GetConfigurationCommon() local 275 if (GetAssetContent(fileFullPath, content)) { in GetConfigurationCommon() 304 … auto fileFullPath = std::string(RESOURCES_FOLDER) + folderName + std::string(I18N_FILE_SUFFIX); in LoadResourceConfiguration() local 306 if (GetAssetContent(fileFullPath, content)) { in LoadResourceConfiguration() 309 LOGW("parse %{private}s i18n content failed", fileFullPath.c_str()); in LoadResourceConfiguration()
|