OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inst_data_dir
(Results
1 - 1
of
1
) sorted by null
/bootable/diskinstaller/
installer.c
379
char *
inst_data_dir
= "/data";
local
425
if (mount(inst_data_dev,
inst_data_dir
, data_fstype, MS_RDONLY, NULL)) {
426
ALOGE("Could not mount %s on %s as %s", inst_data_dev,
inst_data_dir
,
Completed in 356 milliseconds