Searched defs:prefixPath (Results 1 – 2 of 2) sorted by relevance
227 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()
118 auto prefixPath = nativeLibraryPath.substr(0, position); in BuildTempNativeLibraryPath() local