Home
last modified time | relevance | path

Searched defs:prefixPath (Results 1 – 2 of 2) sorted by relevance

/foundation/resourceschedule/memmgr/common/src/
Dkernel_interface.cpp227 std::string KernelInterface::JoinPath(const std::string& prefixPath, const std::string& subPath) in JoinPath()
232 std::string KernelInterface::JoinPath(const std::string& prefixPath, const std::string& midPath, in JoinPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp118 auto prefixPath = nativeLibraryPath.substr(0, position); in BuildTempNativeLibraryPath() local