OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_find
(Results
1 - 6
of
6
) sorted by null
/system/core/include/cutils/
config_utils.h
46
cnode*
config_find
(cnode *root, const char *name);
/system/core/libcutils/
config_utils.c
39
cnode*
config_find
(cnode *root, const char *name)
function
71
node =
config_find
(root, name);
89
node =
config_find
(root, name);
99
node =
config_find
(root, name);
267
node =
config_find
(root, cs->text);
/frameworks/base/media/libeffects/factory/
EffectsFactory.c
432
node =
config_find
(root, LIBRARIES_TAG);
452
node =
config_find
(root, PATH_TAG);
510
node =
config_find
(root, EFFECTS_TAG);
530
node =
config_find
(root, LIBRARY_TAG);
541
node =
config_find
(root, UUID_TAG);
/system/core/libdiskconfig/
diskconfig.c
167
if (!(devroot =
config_find
(root, "device"))) {
219
if (!(partnode =
config_find
(devroot, "partitions"))) {
/bootable/diskinstaller/
installer.c
460
if (!(images =
config_find
(config, "images"))) {
/frameworks/base/services/audioflinger/
AudioPolicyService.cpp
[
all
...]
Completed in 795 milliseconds