OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_asec_dir
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/cmds/installd/
installd.h
93
extern dir_rec_t
android_asec_dir
;
utils.c
421
} else if (!strncmp(path,
android_asec_dir
.path,
android_asec_dir
.len)) {
422
dir_len =
android_asec_dir
.len;
commands.c
22
dir_rec_t
android_asec_dir
;
variable
398
strncmp(apkpath,
android_asec_dir
.path,
android_asec_dir
.len) != 0) {
installd.c
296
if (get_path_from_env(&
android_asec_dir
, "ASEC_MOUNTPOINT") < 0) {
/frameworks/base/cmds/installd/tests/
installd_utils_test.cpp
61
android_asec_dir
.path = TEST_ASEC_DIR;
62
android_asec_dir
.len = strlen(TEST_ASEC_DIR);
Completed in 1177 milliseconds