Searched defs:legacyNativeLibraryPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java9397 private File legacyNativeLibraryPath; field in class:PackageManagerService.FileInstallArgs
9417 FileInstallArgs(String codePath, String resourcePath, String legacyNativeLibraryPath, argument
9422 this.legacyNativeLibraryPath = (legacyNativeLibraryPath != null) ?
9423 new File(legacyNativeLibraryPath) : null;
9562 return (legacyNativeLibraryPath != null) ? legacyNativeLibraryPath.getAbsolutePath() : null;
9579 if (legacyNativeLibraryPath != null && !FileUtils.contains(codeFile, legacyNativeLibraryPath)) {
9580 if (!FileUtils.deleteContents(legacyNativeLibraryPath)) {
[all...]

Completed in 119 milliseconds