Home | History | Annotate | Download | only in vold

Lines Matching full:open

2  * Copyright (C) 2008 The Android Open Source Project
52 if ((fd = open(filename, O_RDWR | O_CLOEXEC)) < 0) {
54 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
96 if ((fd = open(filename, O_RDWR | O_CLOEXEC)) < 0) {
98 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
172 if ((fd = open(filename, O_RDWR | O_CLOEXEC)) < 0) {
173 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
200 if ((file_fd = open(loopFile, O_RDWR | O_CLOEXEC)) < 0) {
201 SLOGE("Unable to open %s (%s)", loopFile, strerror(errno));
235 device_fd = open(loopDevice, O_RDONLY | O_CLOEXEC);
237 SLOGE("Failed to open loop (%d)", errno);
276 if ((fd = open(file, O_RDWR | O_CLOEXEC)) < 0) {
305 if ((fd = open(loopDevice, O_RDONLY | O_CLOEXEC)) < 0) {
306 SLOGE("Failed to open loopdevice (%s)", strerror(errno));