Home
last modified time | relevance | path

Searched defs:opendir (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/external/okio/okio/src/nativeMain/kotlin/okio/
H A DPosixFileSystem.kt43 val opendir = opendir(dir.toString()) in canonicalize() constant
/aosp_15_r20/external/okio/okio-nodefilesystem/src/main/kotlin/okio/
H A DNodeJsFileSystem.kt88 val opendir = opendirSync(dir.toString()) in list() constant
/aosp_15_r20/external/trusty/musl/src/dirent/
Dopendir.c8 DIR *opendir(const char *name) in opendir() function
/aosp_15_r20/external/musl/src/dirent/
H A Dopendir.c8 DIR *opendir(const char *name) in opendir() function
/aosp_15_r20/external/python/cpython2/Lib/
Ddircache.py35 opendir = listdir # XXX backward compatibility variable
/aosp_15_r20/external/python/cpython2/Demo/tix/samples/
DTree.py57 def opendir(tree, dir): function
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dfs_wasip1.go332 type opendir struct { struct
333 fd int32
334 name string
/aosp_15_r20/bionic/libc/bionic/
H A Ddirent.cpp102 DIR* opendir(const char* path) { in opendir() function
/aosp_15_r20/libcore/ojluni/src/main/native/
H A DUnixFileSystem_md.c61 #define opendir opendir64 macro
/aosp_15_r20/external/e2fsprogs/contrib/
H A Dspd_readdir.c240 DIR *opendir(const char *name) in opendir() function
/aosp_15_r20/hardware/google/camera/common/hal/aidl_service/
Dlibc_wrappers.cc123 extern "C" DIR* opendir(const char* name) { in opendir() function
/aosp_15_r20/bionic/tests/
H A Ddirent_test.cpp210 TEST(dirent, opendir) { in TEST() argument
/aosp_15_r20/external/mesa3d/src/drm-shim/
H A Ddrm_shim.c617 opendir(const char *name) in opendir() function
/aosp_15_r20/external/libwebsockets/win32port/dirent/
H A Ddirent-win32.h677 opendir( in opendir() function
/aosp_15_r20/external/libfuse/include/
H A Dfuse_lowlevel.h771 void (*opendir) (fuse_req_t req, fuse_ino_t ino, member
H A Dfuse.h566 int (*opendir) (const char *, struct fuse_file_info *); member
/aosp_15_r20/packages/modules/adb/
Dsysdeps.h275 #define opendir adb_opendir macro
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixNativeDispatcher.java422 static long opendir(UnixPath path) throws UnixException { in opendir() method in UnixNativeDispatcher
/aosp_15_r20/packages/modules/Virtualization/guest/zipfuse/src/
Dmain.rs360 fn opendir( in opendir() method
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/
Dfusefs.rs939 fn opendir( in opendir() method
/aosp_15_r20/external/crosvm/fuse/src/
H A Dfilesystem.rs1000 fn opendir( in opendir() method
H A Dserver.rs1057 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/
Dpthread.h599 #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/
Dstub.c561 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 Dmod.rs769 pub fn opendir(dirname: *const c_char) -> *mut ::DIR; in opendir() function

1234