Home
last modified time | relevance | path

Searched refs:systemFilePath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp295 tailNativeModule_->systemFilePath = ""; in Register()
312 headNativeModule_->systemFilePath = ""; in Register()
1045 tailNativeModule_->systemFilePath = strdup(loadPath); in FindNativeModuleByDisk()
1089 tailNativeModule_->systemFilePath = strdup(loadPath); in FindNativeModuleByDisk()
1204 … while (label < NATIVE_PATH_NUMBER && strcmp(temp->systemFilePath, nativeModulePath[label])) { in FindNativeModuleByCache()
1208 if (label < NATIVE_PATH_NUMBER || !strcmp(temp->systemFilePath, "")) { in FindNativeModuleByCache()
H A Dnative_module_manager.h59 const char* systemFilePath = nullptr; member