Home
last modified time | relevance | path

Searched refs:os_readdir (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/fuchsia/include/
Dos_dirent.h39 struct os_dirent* os_readdir(os_dir_t* dir);
/hardware/google/gfxstream/guest/platform/fuchsia/
Dos_dirent_fuchsia.cpp101 struct os_dirent* os_readdir(os_dir_t* dir) { in os_readdir() function
DFuchsiaVirtGpuDevice.cpp118 while ((de = os_readdir(dir)) != NULL) { in createPlatformVirtGpuDevice()