HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 701 - 725 of 762) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /system/netd/server/
CommandListener.cpp 135 DIR *d;
139 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open sysfs dir", true);
    [all...]
  /external/cmockery/cmockery_0_1_2/
configure 311 for dir in $PATH /usr/ucb; do
313 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
314 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
315 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
317 echo="$dir/echo"
975 --srcdir=DIR find the sources in DIR [configure dir or \`..']
994 --bindir=DIR user executables [EPREFIX/bin
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1287 DIR *dir = opendir("."); local
1297 DIR *dir = opendir("."); local
1305 DIR *dir = opendir("."); local
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 587 std::unique_ptr<DIR, decltype(&closedir)> directory(opendir(dirname.c_str()), closedir);
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 287 DIR *d;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 13 #include "tzfile.h" // from Olson tzcode archive, copied to this dir
645 void scandir(string dir, string prefix="") {
646 DIR *dp;
653 if ((dp = opendir(dir.c_str())) == NULL) {
654 cerr << "Error: Invalid directory: " << dir << endl;
661 chdir(dir.c_str());
664 string path = dir + "/" + name;
    [all...]
  /external/libdrm/
xf86drmMode.c 752 DIR *sysdir;
    [all...]
  /external/libpcap/
pcap-bpf.c     [all...]
scanner.c     [all...]
  /external/minijail/
libminijail.c 559 int API minijail_enter_chroot(struct minijail *j, const char *dir)
563 j->chrootdir = strdup(dir);
570 int API minijail_enter_pivot_root(struct minijail *j, const char *dir)
574 j->chrootdir = strdup(dir);
    [all...]
  /external/mksh/src/
eval.c     [all...]
  /external/openssh/
sftp-client.c 520 SFTP_DIRENT ***dir)
529 if (dir)
530 *dir = NULL;
549 if (dir) {
551 *dir = xcalloc(1, sizeof(**dir));
552 (*dir)[0] = NULL;
632 } else if (dir) {
633 *dir = xreallocarray(*dir, ents + 2, sizeof(**dir))
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 1715 DIR *dir; local
    [all...]
  /system/core/sdcard/
fuse.cpp 165 DIR* dir = opendir(path); local
166 if (!dir) {
170 while ((entry = readdir(dir))) {
177 closedir(dir);
    [all...]
  /system/vold/
VolumeManager.cpp 576 DIR* dir; local
585 if (!(dir = opendir("/proc"))) {
591 if (android::vold::SaneReadLinkAt(dirfd(dir), "1/ns/mnt", rootName, PATH_MAX) == -1) {
593 closedir(dir);
598 while ((de = readdir(dir))) {
602 pidFd = openat(dirfd(dir), de->d_name, O_RDONLY | O_DIRECTORY | O_CLOEXEC);
688 closedir(dir);
1373 const char *dir; local
1680 const char *dir; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 695 final String DIR =
759 int dir = DIR.indexOf(d) >> 2; local
760 if (UCharacter.getDirection(ch) != dir)
763 " expected direction " + dir + " but got " + UCharacter.getDirection(ch));
767 byte bdir = (byte)dir;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 694 final String DIR =
758 int dir = DIR.indexOf(d) >> 2; local
759 if (UCharacter.getDirection(ch) != dir)
762 " expected direction " + dir + " but got " + UCharacter.getDirection(ch));
766 byte bdir = (byte)dir;
    [all...]
  /external/iproute2/misc/
ss.c 450 DIR *dir; local
469 dir = opendir(name);
470 if (!dir)
473 while ((d = readdir(dir)) != NULL) {
478 DIR *dir1;
544 closedir(dir);
    [all...]
  /prebuilts/misc/common/robolectric/lib/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c     [all...]

Completed in 1085 milliseconds

<<21222324252627282930>>