Home | History | Annotate | Download | only in vold

Lines Matching refs:open

2  * Copyright (C) 2008 The Android Open Source Project
50 if ((fd = open(filename, O_RDWR)) < 0) {
52 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
94 if ((fd = open(filename, O_RDWR)) < 0) {
96 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
151 if ((fd = open(filename, O_RDWR)) < 0) {
152 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
179 if ((file_fd = open(loopFile, O_RDWR)) < 0) {
180 SLOGE("Unable to open %s (%s)", loopFile, strerror(errno));
214 device_fd = open(loopDevice, O_RDONLY);
216 SLOGE("Failed to open loop (%d)", errno);
255 if ((fd = open(file, O_RDWR)) < 0) {
284 if ((fd = open(loopDevice, O_RDONLY)) < 0) {
285 SLOGE("Failed to open loopdevice (%s)", strerror(errno));