Home
last modified time | relevance | path

Searched refs:subDir (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java336 final File subDir; in copyNativeBinariesForSupportedAbi() local
338 subDir = new File(libraryRoot, instructionSet); in copyNativeBinariesForSupportedAbi()
340 subDir = libraryRoot; in copyNativeBinariesForSupportedAbi()
345 incrementalConfigureNativeBinariesForSupportedAbi(handle, subDir, supportedAbi); in copyNativeBinariesForSupportedAbi()
358 if (subDir != libraryRoot) { in copyNativeBinariesForSupportedAbi()
359 createNativeLibrarySubdir(subDir); in copyNativeBinariesForSupportedAbi()
364 int copyRet = copyNativeBinaries(handle, subDir, supportedAbi); in copyNativeBinariesForSupportedAbi()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2148 foreach_subdir(ce_sdk_path, [&ce_sdk_path, &dataPaths](const std::string subDir) { in freeCache() argument
2149 const auto fullpath = ce_sdk_path + "/" + subDir; in freeCache()
2152 foreach_subdir(de_sdk_path, [&de_sdk_path, &dataPaths](const std::string subDir) { in freeCache() argument
2153 const auto fullpath = de_sdk_path + "/" + subDir; in freeCache()
2473 const auto subDirHandler = [&path, &stats](const std::string& subDir) { in collectManualStatsForSubDirectories() argument
2474 auto fullpath = path + "/" + subDir; in collectManualStatsForSubDirectories()
3482 &res](const std::string& subDir) { in restoreconSdkDataLocked() argument
3483 const auto& fullpath = packagePath + "/" + subDir; in restoreconSdkDataLocked()
/frameworks/base/tools/aapt/
DCommand.cpp2584 const sp<AaptDir>& subDir = dir->getDirs().valueAt(i); in addResourcesToBuilder() local
2585 const char* dirStr = subDir->getLeaf().c_str(); in addResourcesToBuilder()
2589 status_t err = addResourcesToBuilder(subDir, builder, ignore); in addResourcesToBuilder()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java3788 for (String subDir : libDirsToInherit) {
3789 if (!mResolvedNativeLibPaths.contains(subDir)) {
3790 mResolvedNativeLibPaths.add(subDir);