HomeSort by relevance Sort by last modified time
    Searched full:opendir (Results 476 - 500 of 758) sorted by null

<<11121314151617181920>>

  /external/ltrace/sysdeps/linux-gnu/
proc.c 236 DIR *d = opendir(fn);
  /external/selinux/policycoreutils/sandbox/
seunshare.c 562 if (!(dir = opendir(PROC_BASE))) {
  /external/skia/src/ports/
SkFontMgr_android_parser.cpp 678 SkAutoTCallIProc<DIR, closedir> fontDirectory(opendir(dir));
  /external/toybox/toys/pending/
crond.c 370 if (!(dp = opendir("."))) loginfo(LOG_EXIT, "chdir(%s)", ".");
netstat.c 415 if (!(dp = opendir(path))) {
  /external/valgrind/tests/
check_headers_and_includes 138 opendir($hdir, ".") || die "cannot open directory '.'";
  /frameworks/compile/mclinker/include/mcld/Config/
Config.h.cmake 302 /* Define to 1 if you have the `opendir' function. */
  /frameworks/native/cmds/installd/
installd.cpp 601 dir = opendir("/data/user");
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 732 auto dir = ::opendir(path.c_str());
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 568 d = opendir(dir_path[i]);
  /ndk/sources/host-tools/make-3.81/
readme.vms 165 Usage of opendir() and friends, suppress file version. Modifications in dir.c.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
ld-2.15.so 
ld-linux.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 1038 #define _topendir opendir
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 20 and opendir), and leave all pathname manipulation to os.path
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 20 and opendir), and leave all pathname manipulation to os.path
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 20 and opendir), and leave all pathname manipulation to os.path
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 20 and opendir), and leave all pathname manipulation to os.path
  /system/core/adb/
sysdeps.h 362 #define opendir adb_opendir macro
  /system/core/debuggerd/
debuggerd.cpp 421 std::unique_ptr<DIR, int (*)(DIR*)> d(opendir(task_path), closedir);
  /system/core/fs_mgr/
fs_mgr.c 386 blockdir = opendir("/dev/block");
  /system/core/init/
devices.cpp 969 DIR *d = opendir(path);
init.cpp 451 std::unique_ptr<DIR, int(*)(DIR*)>dir(opendir(android_dir), closedir);
  /system/core/logcat/tests/
logcat_test.cpp 708 EXPECT_TRUE(NULL != (dir = opendir(tmp_out_dir)));
  /bootable/recovery/updater/
blockimg.cpp 487 std::unique_ptr<DIR, int(*)(DIR*)> directory(opendir(dirname.c_str()), closedir);
491 fprintf(stderr, "opendir \"%s\" failed: %s\n", dirname.c_str(), strerror(errno));
    [all...]

Completed in 3655 milliseconds

<<11121314151617181920>>