HomeSort by relevance Sort by last modified time
    Searched refs:opendir (Results 276 - 300 of 444) sorted by null

<<1112131415161718

  /external/freetype/src/tools/ftrandom/
ftrandom.c 366 examples = opendir( fontdirs[i] );
  /external/iproute2/ip/
ipvrf.c 153 d = opendir(base_path);
  /external/libdaemon/libdaemon/
dfork.c 500 if ((d = opendir("/proc/self/fd"))) {
  /external/libmicrohttpd/src/examples/
demo.c 262 if (NULL == (dir = opendir (dirname)))
demo_https.c 263 if (NULL == (dir = opendir (dirname)))
  /external/llvm/utils/
GenLibDeps.pl 69 opendir DIR,$Directory;
  /external/lz4/programs/
util.h 341 #elif defined(__linux__) || (PLATFORM_POSIX_VERSION >= 200112L) /* opendir, readdir require POSIX.1-2001 */
343 # include <dirent.h> /* opendir, readdir */
353 if (!(dir = opendir(dirName))) {
  /external/mesa3d/src/util/
disk_cache.c 377 dir = opendir(dir_path);
  /external/python/cpython3/Modules/
_posixsubprocess.c 261 * available that does no harm. opendir/readdir/closedir perform memory
312 * It calls opendir(), readdir() and closedir(). Of these, the one most
313 * likely to ever cause a problem is opendir() as it performs an internal
329 /* Close our lowest fd before we call opendir so that it is likely to
330 * reuse that fd otherwise we might close opendir's file descriptor in
342 proc_fd_dir = opendir(FD_DIR);
  /external/swiftshader/third_party/LLVM/utils/
GenLibDeps.pl 69 opendir DIR,$Directory;
NewNightlyTest.pl 303 opendir DH, $WebDir;
  /external/tensorflow/tensorflow/core/platform/posix/
posix_file_system.cc 213 DIR* d = opendir(translated_dir.c_str());
  /external/toybox/toys/pending/
lsof.c 369 if (!(dir = opendir(toybuf))) {
372 fi->name = xmprintf("%s (opendir: %s)", toybuf, strerror(errno));
  /hardware/interfaces/usb/1.0/default/
Usb.cpp 166 dp = opendir("/sys/class/dual_role_usb");
  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 286 if ((dp = opendir(events_dir)) == NULL) {
  /hardware/qcom/bootctrl/
boot_control.cpp 259 dir_bootdev = opendir(BOOTDEV_DIR);
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_service.c 242 dir = opendir(".");
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileSystemProvider.java 409 long ptr = opendir(dir);
419 // opendir/readdir/closedir
UnixNativeDispatcher.java 403 * DIR *opendir(const char* dirname)
405 static long opendir(UnixPath path) throws UnixException { method in class:UnixNativeDispatcher
  /libcore/ojluni/src/main/native/
UnixFileSystem_md.c 307 dir = opendir(path);
  /packages/experimental/procstatlog/
procstatlog.c 225 DIR *proc_dir = opendir("/proc");
  /system/core/adb/
adb_auth_host.cpp 220 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(path.c_str()), closedir);
sysdeps.h 243 #define opendir adb_opendir macro
  /system/core/fastboot/
usb_linux.cpp 344 std::unique_ptr<DIR, decltype(&closedir)> busdir(opendir(base), closedir);
  /system/core/logcat/tests/
logcat_test.cpp 980 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(tmp_out_dir),
1061 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(tmp_out_dir),
1092 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(tmp_out_dir),
    [all...]

Completed in 1093 milliseconds

<<1112131415161718