OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dlopenextpath
(Results
1 - 1
of
1
) sorted by null
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
ModernLinker.java
346
String
dlopenExtPath
;
354
dlopenExtPath
= zipFilePath + "!/lib/" + cpuAbi + "/crazy." + libFilePath;
358
dlopenExtPath
= libFilePath;
361
if (mLoadedLibraries.containsKey(
dlopenExtPath
)) {
390
if (nativeCreateSharedRelro(
dlopenExtPath
,
392
mSharedRelros.put(
dlopenExtPath
, libInfo);
402
if (mSharedRelros.containsKey(
dlopenExtPath
)) {
403
libInfo = mSharedRelros.get(
dlopenExtPath
);
410
if (!nativeLoadLibrary(
dlopenExtPath
, loadAddress, libInfo)) {
411
String errorMessage = "Unable to load library: " +
dlopenExtPath
;
[
all
...]
Completed in 62 milliseconds