Home
last modified time | relevance | path

Searched defs:IsDir (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/blueprint/pathtools/
H A Dfs.go181 func (fs *osFs) IsDir(name string) (bool, error) { func
304 func (m *mockFs) IsDir(name string) (bool, error) { func
398 func (ms *mockStat) IsDir() bool { return ms.Mode().IsDir() } func
/aosp12/system/iorap/src/db/
H A Dfile_models.cc43 static bool IsDir(const std::string& dirpath) { in IsDir() function
/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips.go83 func (ze ZipEntryFromZip) IsDir() bool { func
112 func (be ZipEntryFromBuffer) IsDir() bool { func
/aosp12/build/soong/finder/fs/
H A Dfs.go89 func (d *dirEntryInfo) IsDir() bool { return d.mode.IsDir() } func
405 func (m *mockFileInfo) IsDir() bool { func
/aosp12/build/soong/third_party/zip/
H A Dstruct.go110 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() } func
/aosp12/system/extras/simpleperf/
H A Dutils.cpp208 bool IsDir(const std::string& dirpath) { in IsDir() function