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

/frameworks/base/services/java/com/android/server/pm/
H A DInstaller.java374 public int linkNativeLibraryDirectory(String dataPath, String nativeLibPath) { argument
375 if (dataPath == null) {
376 Slog.e(TAG, "unlinkNativeLibraryDirectory dataPath is null");
384 builder.append(dataPath);
391 public int unlinkNativeLibraryDirectory(String dataPath) { argument
392 if (dataPath == null) {
393 Slog.e(TAG, "unlinkNativeLibraryDirectory dataPath is null");
398 builder.append(dataPath);

Completed in 47 milliseconds