OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disk_conf_file
(Results
1 - 1
of
1
) sorted by null
/bootable/diskinstaller/
installer.c
377
char *
disk_conf_file
= "/system/etc/disk_layout.conf";
local
399
disk_conf_file
= optarg;
433
if (!(device_disk_info = load_diskconfig(
disk_conf_file
, NULL))) {
435
disk_conf_file
);
441
disk_conf_file
);
Completed in 46 milliseconds