Home
last modified time | relevance | path

Searched refs:isEmptyDir (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/incremental/
H A Dpath.h88 std::optional<bool> isEmptyDir(std::string_view dir);
H A Dpath.cpp184 std::optional<bool> isEmptyDir(std::string_view dir) { in isEmptyDir() function
H A DIncrementalService.cpp216 return path::isAbsolute(path) && path::isEmptyDir(path).value_or(true); in isValidMountTarget()
627 if (!path::isEmptyDir(mountNorm)) { in createStorage()