HomeSort by relevance Sort by last modified time
    Searched refs:dir_name (Results 76 - 79 of 79) sorted by null

1 2 34

  /external/qemu/net/
net-android.c 1006 static void erase_dir(char *dir_name)
1013 if ((d = opendir(dir_name)) != NULL) {
1027 rmdir(dir_name);
    [all...]
net.c 903 static void erase_dir(char *dir_name)
910 if ((d = opendir(dir_name)) != NULL) {
924 rmdir(dir_name);
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h 453 #define __sanitizer_syscall_pre_mount(dev_name, dir_name, type, flags, data) \
454 __sanitizer_syscall_pre_impl_mount((long)(dev_name), (long)(dir_name), \
457 #define __sanitizer_syscall_post_mount(res, dev_name, dir_name, type, flags, \
459 __sanitizer_syscall_post_impl_mount(res, (long)(dev_name), (long)(dir_name), \
    [all...]
  /ndk/sources/host-tools/make-3.81/
dir.c 976 dir_name (char *dir)
968 dir_name (char *dir) function

Completed in 159 milliseconds

1 2 34