Home
last modified time | relevance | path

Searched defs:child (Results 1 – 7 of 7) sorted by relevance

/device/google/trout/hal/dumpstate/1.1/config/
Ddumpstate_hal_configuration_V1_0.cpp59 xmlNodePtr child = xmlDocGetRootElement(doc.get()); in readBuffer() local
76 xmlNodePtr child = xmlDocGetRootElement(doc.get()); in readFile() local
145 for (xmlNode* child = root->xmlChildrenNode; child != nullptr; child = child->next) { in read() local
175 for (xmlNode* child = root->xmlChildrenNode; child != nullptr; child = child->next) { in read() local
238 for (xmlNode* child = root->xmlChildrenNode; child != nullptr; child = child->next) { in read() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc151 for (const auto& child : children) { in FilterDependencies() local
170 for (const auto& child : children) { in FilterOutDependencies() local
197 for (const auto& child : children) { in UpdateGKIModulePaths() local
/device/google/cuttlefish/host/libs/location/
DGpxParser.cpp148 for (xmlNode *child = root->children; child; child = child->next) { in parse() local
/device/google/cuttlefish/host/commands/start/
Dflag_forwarder.cc115 for (xmlNodePtr child = node->children; child != nullptr; child = child->next) { in xmlChildWithName() local
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Dlib.rs226 let mut child = try!(command.spawn().map_err(error::from_io)); in probe() localVariable
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp248 struct FTW*) -> int { in RecursivelyRemoveDirectory()
/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp151 XMLElement* child = parent->FirstChildElement(); in FindAttribute() local