OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:applibdir
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
cfmfile.py
117
self.
applibdir
,
134
self.
applibdir
,
/frameworks/native/cmds/installd/
commands.c
35
char
applibdir
[PKG_PATH_MAX];
local
53
if (create_pkg_path_in_dir(
applibdir
, &android_app_lib_dir, pkgname, PKG_DIR_POSTFIX)) {
87
if (symlink(
applibdir
, libsymlink) < 0) {
88
ALOGE("couldn't symlink directory '%s' -> '%s': %s\n", libsymlink,
applibdir
,
190
char
applibdir
[PKG_PATH_MAX];
local
202
if (create_pkg_path_in_dir(
applibdir
, &android_app_lib_dir, pkgname, PKG_DIR_POSTFIX)) {
241
if (symlink(
applibdir
, libsymlink) < 0) {
243
applibdir
, strerror(errno));
[
all
...]
Completed in 86 milliseconds