Searched refs:systemFilePath (Results 1 – 2 of 2) sorted by relevance
295 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()
59 const char* systemFilePath = nullptr; member