Home
last modified time | relevance | path

Searched defs:device_fd (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/uevents/
Duevents.c24 int device_fd; in main() local
/system/vold/
DCommandListener.cpp646 static android::status_t mountInNamespace(uid_t uid, int device_fd, const std::string& path) { in mountInNamespace()
677 int device_fd) { in runCommandInNamespace()
803 android::vold::ScopedFd device_fd(open("/dev/fuse", O_RDWR)); in runCommand() local
DLoop.cpp233 int device_fd; in destroyByDevice() local
/system/core/init/
Ddevices.cpp59 static int device_fd = -1; variable