/aosp_15_r20/external/okio/okio/src/nativeMain/kotlin/okio/ |
H A D | PosixFileSystem.kt | 43 val opendir = opendir(dir.toString()) in canonicalize() constant
|
/aosp_15_r20/external/okio/okio-nodefilesystem/src/main/kotlin/okio/ |
H A D | NodeJsFileSystem.kt | 88 val opendir = opendirSync(dir.toString()) in list() constant
|
/aosp_15_r20/external/trusty/musl/src/dirent/ |
D | opendir.c | 8 DIR *opendir(const char *name) in opendir() function
|
/aosp_15_r20/external/musl/src/dirent/ |
H A D | opendir.c | 8 DIR *opendir(const char *name) in opendir() function
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | dircache.py | 35 opendir = listdir # XXX backward compatibility variable
|
/aosp_15_r20/external/python/cpython2/Demo/tix/samples/ |
D | Tree.py | 57 def opendir(tree, dir): function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | fs_wasip1.go | 332 type opendir struct { struct 333 fd int32 334 name string
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | dirent.cpp | 102 DIR* opendir(const char* path) { in opendir() function
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | UnixFileSystem_md.c | 61 #define opendir opendir64 macro
|
/aosp_15_r20/external/e2fsprogs/contrib/ |
H A D | spd_readdir.c | 240 DIR *opendir(const char *name) in opendir() function
|
/aosp_15_r20/hardware/google/camera/common/hal/aidl_service/ |
D | libc_wrappers.cc | 123 extern "C" DIR* opendir(const char* name) { in opendir() function
|
/aosp_15_r20/bionic/tests/ |
H A D | dirent_test.cpp | 210 TEST(dirent, opendir) { in TEST() argument
|
/aosp_15_r20/external/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 617 opendir(const char *name) in opendir() function
|
/aosp_15_r20/external/libwebsockets/win32port/dirent/ |
H A D | dirent-win32.h | 677 opendir( in opendir() function
|
/aosp_15_r20/external/libfuse/include/ |
H A D | fuse_lowlevel.h | 771 void (*opendir) (fuse_req_t req, fuse_ino_t ino, member
|
H A D | fuse.h | 566 int (*opendir) (const char *, struct fuse_file_info *); member
|
/aosp_15_r20/packages/modules/adb/ |
D | sysdeps.h | 275 #define opendir adb_opendir macro
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/ |
H A D | UnixNativeDispatcher.java | 422 static long opendir(UnixPath path) throws UnixException { in opendir() method in UnixNativeDispatcher
|
/aosp_15_r20/packages/modules/Virtualization/guest/zipfuse/src/ |
D | main.rs | 360 fn opendir( in opendir() method
|
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/ |
D | fusefs.rs | 939 fn opendir( in opendir() method
|
/aosp_15_r20/external/crosvm/fuse/src/ |
H A D | filesystem.rs | 1000 fn opendir( in opendir() method
|
H A D | server.rs | 1057 fn opendir<R: Reader, W: Writer>(&self, in_header: InHeader, mut r: R, w: W) -> Result<usize> { in opendir() method
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | pthread.h | 599 #define opendir(...) (pthread_testcancel(), opendir(__VA_ARGS__)) macro
|
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_21/gen/ |
D | stub.c | 561 void opendir() {} in opendir() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/ |
H A D | mod.rs | 769 pub fn opendir(dirname: *const c_char) -> *mut ::DIR; in opendir() function
|