HomeSort by relevance Sort by last modified time
    Searched refs:nativeLibPath (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 177 ScopedUtfChars nativeLibPath(env, *javaNativeLibPath);
195 char localFileName[nativeLibPath.size() + fileNameLen + 2];
197 if (strlcpy(localFileName, nativeLibPath.c_str(), sizeof(localFileName)) != nativeLibPath.size()) {
202 *(localFileName + nativeLibPath.size()) = '/';
204 if (strlcpy(localFileName + nativeLibPath.size() + 1, fileName, sizeof(localFileName)
205 - nativeLibPath.size() - 1) != fileNameLen) {
216 char localTmpFileName[nativeLibPath.size() + TMP_FILE_PATTERN_LEN + 2];
217 if (strlcpy(localTmpFileName, nativeLibPath.c_str(), sizeof(localTmpFileName))
218 != nativeLibPath.size())
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 688 milliseconds