Home
last modified time | relevance | path

Searched refs:IsExistedPath (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp248 if (isAppModule && IsExistedPath(pathKey)) { in GetModuleFileName()
567 if (IsExistedPath(path)) { in LoadNativeModule()
601 if (path && IsExistedPath(path)) { in LoadNativeModule()
727 if (isAppModule && IsExistedPath(path)) { in GetNativeModulePath()
761 if (!isAppModule || !IsExistedPath(path)) { in GetNativeModulePath()
827 if (!isAppModule || !IsExistedPath(path)) { in GetNativeModulePath()
905 if (isAppModule && IsExistedPath(pathKey)) { in LoadModuleLibrary()
1223 bool NativeModuleManager::IsExistedPath(const char* pathKey) const in IsExistedPath() function in NativeModuleManager
H A Dnative_module_manager.h147 bool IsExistedPath(const char* pathKey) const;

Completed in 3 milliseconds