OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeLibraryPath
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java
67
public static boolean removeNativeBinariesLI(String
nativeLibraryPath
) {
68
return removeNativeBinariesFromDirLI(new File(
nativeLibraryPath
));
/frameworks/base/services/java/com/android/server/pm/
Settings.java
579
final String
nativeLibraryPath
= pkg.applicationInfo.nativeLibraryDir;
580
if (
nativeLibraryPath
!= null
581
&& !
nativeLibraryPath
.equalsIgnoreCase(p.nativeLibraryPathString)) {
582
p.nativeLibraryPathString =
nativeLibraryPath
;
[
all
...]
PackageManagerService.java
[
all
...]
Completed in 52 milliseconds