summaryrefslogtreecommitdiffstats
path: root/fuse_sideload/include/fuse_provider.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-03-21 04:07:49 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-03-21 04:07:49 +0100
commit2c1b3d7ac184b7fea2e4a4ea991018fd706c6b63 (patch)
treebcb3b991f4b78d4c1efc7a11713ca39bcfa03032 /fuse_sideload/include/fuse_provider.h
parentSnap for 5389215 from 61307a2e3c9d60d6b94130ad2fbbf64ad5ec7014 to qt-release (diff)
parentMerge "Move apply_from_sdcard to fuse_sdcard_install" am: 3c61cd02cf am: 3c21700fcd (diff)
downloadandroid_bootable_recovery-2c1b3d7ac184b7fea2e4a4ea991018fd706c6b63.tar
android_bootable_recovery-2c1b3d7ac184b7fea2e4a4ea991018fd706c6b63.tar.gz
android_bootable_recovery-2c1b3d7ac184b7fea2e4a4ea991018fd706c6b63.tar.bz2
android_bootable_recovery-2c1b3d7ac184b7fea2e4a4ea991018fd706c6b63.tar.lz
android_bootable_recovery-2c1b3d7ac184b7fea2e4a4ea991018fd706c6b63.tar.xz
android_bootable_recovery-2c1b3d7ac184b7fea2e4a4ea991018fd706c6b63.tar.zst
android_bootable_recovery-2c1b3d7ac184b7fea2e4a4ea991018fd706c6b63.zip
Diffstat (limited to 'fuse_sideload/include/fuse_provider.h')
-rw-r--r--fuse_sideload/include/fuse_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse_sideload/include/fuse_provider.h b/fuse_sideload/include/fuse_provider.h
index 672af0577..499d57aa0 100644
--- a/fuse_sideload/include/fuse_provider.h
+++ b/fuse_sideload/include/fuse_provider.h
@@ -37,7 +37,7 @@ class FuseDataProvider {
return fuse_block_size_;
}
- explicit operator bool() const {
+ bool Valid() const {
return fd_ != -1;
}