Searched defs:device_fd (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/vold/ |
H A D | AppFuseUtil.cpp | 51 static android::status_t Mount(int device_fd, const std::string& path) { in Mount() 74 int device_fd) { in RunCommand() 105 int MountAppFuse(uid_t uid, int mountId, android::base::unique_fd* device_fd) { in MountAppFuse()
|
H A D | Loop.cpp | 85 unique_fd device_fd(open(out_device.c_str(), O_RDWR | O_CLOEXEC)); in create() local 108 int device_fd; in destroyByDevice() local
|
H A D | Checkpoint.cpp | 553 void restoreSector(int device_fd, Used_Sectors& used_sectors, std::vector<char>& ls_buffer, in restoreSector() 589 std::vector<char> relocatedRead(int device_fd, Relocations const& relocations, bool validating, in relocatedRead() 622 base::unique_fd device_fd(open(blockDevice.c_str(), O_RDWR | O_CLOEXEC)); in cp_restoreCheckpoint() local
|
H A D | VolumeManager.cpp | 1162 int VolumeManager::mountAppFuse(uid_t uid, int mountId, unique_fd* device_fd) { in mountAppFuse()
|
/aosp12/system/extras/tests/uevents/ |
H A D | uevents.c | 24 int device_fd; in main() local
|
/aosp12/system/apex/apexd/ |
H A D | apexd_loop.h | 33 unique_fd device_fd; member
|
H A D | apexd_loop.cpp | 161 Result<void> ConfigureLoopDevice(const int device_fd, const std::string& target, in ConfigureLoopDevice()
|
/aosp12/packages/modules/adb/client/ |
H A D | commandline.cpp | 899 unique_fd device_fd(adb_connect(service, &error)); in adb_sideload_install() local
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | backtrace_test.cpp | 1586 android::base::unique_fd device_fd(open("/dev/zero", O_RDONLY | O_CLOEXEC)); in SetupDeviceMap() local
|