Searched refs:appLibPaths_ (Results 1 – 2 of 2) sorted by relevance
70 AppLibPathVec CJRuntime::appLibPaths_; member in CJRuntime87 CJRuntime::appLibPaths_.emplace_back(libPath); in SetAppLibPath()121 if (!LoadCJAppLibrary(CJRuntime::appLibPaths_)) { in Initialize()
86 static AppLibPathVec appLibPaths_; variable