Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: third_party/android_crazy_linker/src/src/crazy_linker_library_list.h

Issue 684163002: Library loading fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final update for review feedback Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/android_crazy_linker/src/src/crazy_linker_library_list.h
diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h b/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h
index 6539b8056a8af9b8c4868d343da67fcc921f2485..82c3081e1ad59bd2661585696d1621685bf6e1f6 100644
--- a/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h
+++ b/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h
@@ -71,6 +71,10 @@ class LibraryList {
SearchPathList* search_path_list,
Error* error);
+ // Return the full path of |lib_name| in the zip file
+ // (lib/<abi>/crazy.<lib_name>).
+ static String GetLibraryFilePathInZipFile(const char* lib_name);
+
// Find the location of a library in the zip file. If the name of the library
// is too long, an error occurs during the search or the library is not
// page aligned in the zip file, CRAZY_OFFSET_FAILED is returned. Otherwise,

Powered by Google App Engine
This is Rietveld 408576698