Searched defs:appLocation (Results 1 - 1 of 1) 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)) {
74 skiaLibrary = load_library(appLocation, "skia_android");
82 void* appLibrary = load_library(appLocation, argv[1]);

Completed in 205 milliseconds