summaryrefslogtreecommitdiffstats
path: root/sched/src/com/android/sched/vfs/ParentVDir.java
diff options
context:
space:
mode:
Diffstat (limited to 'sched/src/com/android/sched/vfs/ParentVDir.java')
-rw-r--r--sched/src/com/android/sched/vfs/ParentVDir.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/sched/src/com/android/sched/vfs/ParentVDir.java b/sched/src/com/android/sched/vfs/ParentVDir.java
index 1345f56..2e50eb2 100644
--- a/sched/src/com/android/sched/vfs/ParentVDir.java
+++ b/sched/src/com/android/sched/vfs/ParentVDir.java
@@ -46,4 +46,9 @@ public class ParentVDir extends BaseVDir {
return VPath.ROOT;
}
}
+
+ @CheckForNull
+ VDir getParent() {
+ return parent;
+ }
} \ No newline at end of file