Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.h27 bool IsDirectoryEmpty(const std::string& path);
Dfiles.cpp55 bool IsDirectoryEmpty(const std::string& path) { in IsDirectoryEmpty() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc638 return cuttlefish::IsDirectoryEmpty(var_empty); in SetDefaultFlagsForCrosvm()