Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h339 bool IsRegular() const { return is_regular_file_; } in IsRegular() function
/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc51 bool IsRegular(const struct stat& file_stat) { in IsRegular() function
/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/
Dfs.go235 func (m FileMode) IsRegular() bool { func
/aosp_15_r20/external/webrtc/api/test/pclf/
H A Dmedia_configuration.cc87 bool VideoResolution::IsRegular() const { in IsRegular() function in webrtc::webrtc_pc_e2e::VideoResolution
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DExtHandler.cpp658 bool IsRegular() const { return MY_LIN_S_ISREG(Mode); } in IsRegular() function