Home
last modified time | relevance | path

Searched defs:IsRegular (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h336 bool IsRegular() const { return is_regular_file_; } in IsRegular() function
/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc51 bool IsRegular(const struct stat& file_stat) { in IsRegular() function