Home
last modified time | relevance | path

Searched refs:libPath (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DSharedLibrariesImplTest.kt353 val libPath = File(builtinLibPath(BUILTIN_LIB_NAME)) regex
354 libPath.createNewFile()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java2623 for (String libPath : mResolvedNativeLibPaths) { in prepareInheritedFiles()
2625 final int splitIndex = libPath.lastIndexOf('/'); in prepareInheritedFiles()
2626 if (splitIndex < 0 || splitIndex >= libPath.length() - 1) { in prepareInheritedFiles()
2629 + " to invalid path: " + libPath); in prepareInheritedFiles()
2632 final String libDirPath = libPath.substring(1, splitIndex); in prepareInheritedFiles()
2637 final String archDirPath = libPath.substring(splitIndex + 1); in prepareInheritedFiles()
/aosp14/frameworks/base/services/incremental/
H A DIncrementalService.cpp2026 libFileId, libPath = std::move(targetLibPath), in configureNativeBinaries()
2028 extractZipFile(ifs.lock(), zipFile.get(), entry, libFileId, libPath, makeFileTs); in configureNativeBinaries()