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

/external/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp31 void* load_library(const char* appLocation, const char* libraryName) argument
35 sprintf(libraryLocation, "%s/lib%s.so", appLocation, libraryName);
64 const char* appLocation = "/data/local/tmp"; local
65 if (!file_exists(appLocation)) {
72 void* skiaLibrary = load_library(appLocation, "skia_android");
80 void* appLibrary = load_library(appLocation, argv[1]);
/external/skqp/platform_tools/android/launcher/
H A Dskia_launcher.cpp31 void* load_library(const char* appLocation, const char* libraryName) argument
35 sprintf(libraryLocation, "%s/lib%s.so", appLocation, libraryName);
64 const char* appLocation = "/data/local/tmp"; local
65 if (!file_exists(appLocation)) {
72 void* skiaLibrary = load_library(appLocation, "skia_android");
80 void* appLibrary = load_library(appLocation, argv[1]);

Completed in 90 milliseconds