Home
last modified time | relevance | path

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

/system/vold/
DLoop.cpp65 unique_fd target_fd; in create() local
/system/apex/apexd/
Dapexd_loop.cpp143 unique_fd target_fd(open(target.c_str(), O_RDONLY | O_CLOEXEC)); in createLoopDevice() local
Dapexservice_test.cpp1839 android::base::unique_fd target_fd( in ExecInMountNamespaceOf() local
/system/core/fs_mgr/
Dfs_mgr.cpp1551 unique_fd target_fd(TEMP_FAILURE_RETRY(open(loop.c_str(), O_RDWR | O_CREAT | O_CLOEXEC, 0600))); in PrepareZramDevice() local