sandbox: implement exists() function
authorStephen Warren <swarren@nvidia.com>
Mon, 3 Feb 2014 20:21:07 +0000 (13:21 -0700)
committerChanho Park <chanho61.park@samsung.com>
Thu, 6 Aug 2015 11:16:22 +0000 (20:16 +0900)
commit74159a3c17f267624cae8d0ce0a7e9882976ddc6
tree96d43ca050a2a4e4c90445353478b8da2f72f052
parente1796ad7e8d9708e5911815053b2aebfbd8f8231
sandbox: implement exists() function

This hooks into the generic "file exists" support added in an earlier
patch, and provides an implementation for the sandbox test environment.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
fs/fs.c
fs/sandbox/sandboxfs.c
include/sandboxfs.h