Home
last modified time | relevance | path

Searched defs:OpenDir (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dfd_opendir_darwin.go15 func (fd *FD) OpenDir() (uintptr, string, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/counter/
Dcounter.go109 func OpenDir(telemetryDir string) { func
/aosp_15_r20/external/mtools/
H A Dunixdir.c135 Stream_t *OpenDir(const char *filename) in OpenDir() function
/aosp_15_r20/test/dittosuite/src/
H A Dsyscall.cpp73 DIR* Syscall::OpenDir(const std::string& name) { in OpenDir() function in dittosuite::Syscall
/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_test.cpp680 TEST_F(AssetManager2Test, OpenDir) { in TEST_F() argument
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DCppAssetManager2.java520 public AssetDir OpenDir(final String dirname) { in OpenDir() method in CppAssetManager2
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp568 std::unique_ptr<AssetDir> AssetManager2::OpenDir(const std::string& dirname) const { in OpenDir() function in android::AssetManager2