OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_str
(Results
1 - 5
of
5
) sorted by null
/system/core/include/cutils/
config_utils.h
52
const char*
config_str
(cnode *root, const char *name, const char *_default);
/bootable/diskinstaller/libdiskconfig/
diskconfig.c
110
if (!(tmp =
config_str
(partnode, "type", NULL))) {
123
if ((tmp =
config_str
(partnode, "len", NULL)) != NULL) {
171
if (!(tmp =
config_str
(devroot, "path", path_override))) {
178
if (!(tmp =
config_str
(devroot, "scheme", NULL))) {
192
tmp =
config_str
(devroot, "sector_size", "512");
200
if (!(tmp =
config_str
(devroot, "start_lba", NULL))) {
211
if (!(tmp =
config_str
(devroot, "num_lba", NULL))) {
/system/core/libdiskconfig/
diskconfig.c
110
if (!(tmp =
config_str
(partnode, "type", NULL))) {
125
if ((tmp =
config_str
(partnode, "len", NULL)) != NULL) {
173
if (!(tmp =
config_str
(devroot, "path", path_override))) {
180
if (!(tmp =
config_str
(devroot, "scheme", NULL))) {
194
tmp =
config_str
(devroot, "sector_size", "512");
202
if (!(tmp =
config_str
(devroot, "start_lba", NULL))) {
213
if (!(tmp =
config_str
(devroot, "num_lba", NULL))) {
/bootable/diskinstaller/
installer.c
209
filename =
config_str
(img, "filename", NULL);
212
if ((tmp =
config_str
(img, "offset", NULL)) != NULL)
216
if ((tmp =
config_str
(img, "partition", NULL)) != NULL) {
238
if ((tmp =
config_str
(img, "mkfs", NULL)) != NULL) {
285
if ((tmp =
config_str
(img, "flags", NULL)) != NULL) {
307
if (!(tmp =
config_str
(img, "type", NULL))) {
/system/core/libcutils/
config_utils.c
85
const char*
config_str
(cnode *root, const char *name, const char *_default)
function
Completed in 115 milliseconds