Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp117 const std::string NATIVE_LIBRARY_PATH_SYMBOL = "!/"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp137 constexpr const char* NATIVE_LIBRARY_PATH_SYMBOL = "!/"; variable
3950 … hapPath.substr(pos + 1, hapPath.length() - pos - 1) + NATIVE_LIBRARY_PATH_SYMBOL + in SetModuleHapPath()
3955 … hapPath + NATIVE_LIBRARY_PATH_SYMBOL + innerModuleInfos_.at(currentPackage_).nativeLibraryPath; in SetModuleHapPath()