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 187 FsRecoveryTest() : fs_type(FS_UNKNOWN), blk_fd_(-1) {}
245 if (blk_fd_ == -1) {
246 blk_fd_ = open(blk_path_, O_RDWR);
248 return blk_fd_;
252 if (blk_fd_ > -1) {
253 close(blk_fd_);
255 blk_fd_ = -1;
282 int blk_fd_; member in class:android::FsRecoveryTest

Completed in 52 milliseconds