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/native/cmds/installd/tests/
installd_utils_test.cpp
60
android_asec_dir
.path = (char*) TEST_ASEC_DIR;
61
android_asec_dir
.len = strlen(TEST_ASEC_DIR);
/frameworks/native/cmds/installd/
installd.h
111
extern dir_rec_t
android_asec_dir
;
utils.cpp
[
all
...]
commands.cpp
36
dir_rec_t
android_asec_dir
;
variable
511
strncmp(apkpath,
android_asec_dir
.path,
android_asec_dir
.len) != 0) {
[
all
...]
installd.cpp
362
if (get_path_from_env(&
android_asec_dir
, "ASEC_MOUNTPOINT") < 0) {
Completed in 68 milliseconds