HomeSort by relevance Sort by last modified time
    Searched full:blk_fd_ (Results 1 - 1 of 1) sorted by null

  /system/extras/tests/fstest/
recovery_test.cpp 186 FsRecoveryTest() : fs_type(FS_UNKNOWN), blk_fd_(-1) {}
238 if (blk_fd_ == -1) {
239 blk_fd_ = open(blk_path_, O_RDWR);
241 return blk_fd_;
245 if (blk_fd_ > -1) {
246 close(blk_fd_);
248 blk_fd_ = -1;
275 int blk_fd_; member in class:android::FsRecoveryTest

Completed in 59 milliseconds