Searched defs:start (Results 51 - 53 of 53) sorted by path

123

/system/vold/
H A DNetlinkManager.cpp50 int NetlinkManager::start() { function in class:NetlinkManager
82 if (mHandler->start()) {
83 SLOGE("Unable to start NetlinkHandler: %s", strerror(errno));
H A DVolume.cpp458 property_set("ctl.start", service);
671 char* start = strstr(line, "UUID="); local
672 if (start != NULL && sscanf(start + 5, "\"%127[^\"]\"", value) == 1) {
678 start = strstr(line, "LABEL=");
679 if (start != NULL && sscanf(start + 6, "\"%127[^\"]\"", value) == 1) {
H A DVolumeManager.cpp120 int VolumeManager::start() { function in class:VolumeManager

Completed in 102 milliseconds

123