Searched defs:soPath (Results 1 – 11 of 11) sorted by relevance
48 std::string soPath; member58 std::string soPath; member
46 void XComponentModelImpl::SetSoPath(const std::string& soPath) in SetSoPath()
37 void XComponentModelNG::SetSoPath(const std::string& soPath) in SetSoPath()
136 void SetSoPath(const std::string& soPath) in SetSoPath()
142 auto soPath = info[1]->ToString(); in Create() local
238 void SetSoPath(const std::string& soPath) in SetSoPath()
39 std::string soPath; member
46 std::optional<std::string> soPath = std::nullopt; member
312 std::string soPath = patchPath + Constants::PATH_SEPARATOR + libraryPath; in ProcessNativeLibraryPath() local
1665 auto soPath = xcPattern->GetSoPath().value_or(""); in FireExternalEvent() local1753 auto soPath = xcomponent->GetSoPath().value_or(""); in FireExternalEvent() local
2030 bool BaseBundleInstaller::ExtractSoFiles(const std::string &soPath, const std::string &cpuAbi) const in ExtractSoFiles() argument