Searched refs:kAppSubdir (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/runtime/
H A Dmain_runtime.cpp415 static const char* kAppSubdir = "/app"; local
431 char* assetDir = (char*) malloc(strlen(systemDir) + strlen(kAppSubdir) +1);
432 sprintf(assetDir, "%s%s", systemDir, kAppSubdir);

Completed in 21 milliseconds