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

<<21222324252627282930>>

  /external/icu/icu4c/source/
configure 519 if test -d conf$$.dir; then
520 rm -f conf$$.dir/conf$$.file
522 rm -f conf$$.dir
523 mkdir conf$$.dir 2>/dev/null
529 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
532 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
542 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
543 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/libpcap/
configure 514 if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/netperf/
configure 474 if test -d conf$$.dir; then
475 rm -f conf$$.dir/conf$$.file
477 rm -f conf$$.dir
478 mkdir conf$$.dir 2>/dev/null
484 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
487 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
497 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
498 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/e2fsprogs/
configure 514 if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538 rmdir conf$$.dir 2>/dev/null
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 129 // -pkgdir dir
130 // install and load all packages from dir instead of the usual locations.
181 // DIR(.exe) from go build
182 // DIR.test(.exe) from go test -c
186 // In the list, DIR represents the final path element of the
572 // Dir string // directory containing package sources
573 // ImportPath string // import path of package in dir
583 // Root string // Go root or Go path dir containing this package
584 // ConflictDir string // this directory shadows Dir in $GOPATH
651 // InstallSuffix string // suffix to use in the name of the install dir
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go 129 // -pkgdir dir
130 // install and load all packages from dir instead of the usual locations.
181 // DIR(.exe) from go build
182 // DIR.test(.exe) from go test -c
186 // In the list, DIR represents the final path element of the
572 // Dir string // directory containing package sources
573 // ImportPath string // import path of package in dir
583 // Root string // Go root or Go path dir containing this package
584 // ConflictDir string // this directory shadows Dir in $GOPATH
651 // InstallSuffix string // suffix to use in the name of the install dir
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c 305 TrbStart->TrbCtrData.DIR = 1;
307 TrbStart->TrbCtrData.DIR = 0;
309 TrbStart->TrbCtrData.DIR = 0;
328 TrbStart->TrbCtrStatus.DIR = 0;
330 TrbStart->TrbCtrStatus.DIR = 1;
332 TrbStart->TrbCtrStatus.DIR = 0;
    [all...]
  /external/libexif/
configure 485 if test -d conf$$.dir; then
486 rm -f conf$$.dir/conf$$.file
488 rm -f conf$$.dir
489 mkdir conf$$.dir 2>/dev/null
495 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
498 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
508 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
509 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/selinux/gui/
polgengui.py 104 DIR = 2
603 self.__add(DIR)
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 66 " -s<dir_path> dir path to open client sockets (default: "
951 DIR *dir; local
955 dir = opendir(ctrl_iface_dir);
956 if (dir == NULL)
959 while ((dent = readdir(dir))) {
965 closedir(dir);
972 DIR *dir; local
974 dir = opendir(ctrl_iface_dir)
1881 DIR *dir = opendir(ctrl_iface_dir); local
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 688 int dir = measured.mDir;
    [all...]
  /bionic/tests/
ifaddrs_test.cpp 98 std::unique_ptr<DIR, decltype(&closedir)> d(opendir("/sys/class/net"), closedir);
100 dirent* dir; local
101 while ((dir = readdir(d.get())) != nullptr) {
102 if (dir->d_type == DT_LNK) {
103 sys_class_net.push_back(std::string(dir->d_name));
  /build/make/tools/atree/
files.cpp 433 DIR *d = opendir(full.c_str());
  /build/make/tools/libhost/
CopyFile.c 441 DIR* dir; local
444 DBUG(("--- copy dir '%s' to '%s'\n", src, dst));
464 DBUG(("--- creating dir '%s'\n", dst));
479 dir = opendir(src);
480 if (dir == NULL) {
492 ent = readdir(dir);
522 closedir(dir);
  /external/e2fsprogs/misc/
mk_hugefiles.c 113 DIR *dir = NULL, *p_dir = NULL; local
120 if ((dir = opendir("/sys/block")) == NULL)
122 while ((de = readdir(dir)) != NULL) {
175 if (dir)
176 closedir(dir);
208 static errcode_t create_directory(ext2_filsys fs, char *dir,
218 fn = malloc(strlen(dir) + 1);
222 strcpy(fn, dir);
263 ext2_ino_t dir, unsigned long idx, ext2_ino_t *ino
398 ext2_ino_t dir; local
    [all...]
  /external/elfutils/libdwfl/
linux-pid-attach.c 167 rewinddir (pid_arg->dir);
171 dirent = readdir (pid_arg->dir);
256 closedir (pid_arg->dir);
344 DIR *dir = opendir (name); local
345 if (dir == NULL)
374 closedir (dir);
378 pid_arg->dir = dir;
388 closedir (dir);
    [all...]
  /external/iproute2/lib/
rt_names.c 345 DIR *d;
  /external/libdaemon/libdaemon/
dfork.c 498 DIR *d;
  /external/libmicrohttpd/src/examples/
demo.c 259 DIR *dir; local
262 if (NULL == (dir = opendir (dirname)))
264 while (NULL != (de = readdir (dir)))
294 (void) closedir (dir);
demo_https.c 260 DIR *dir; local
263 if (NULL == (dir = opendir (dirname)))
265 while (NULL != (de = readdir (dir)))
295 (void) closedir (dir);
  /external/lz4/programs/
util.h 348 DIR *dir; local
353 if (!(dir = opendir(dirName))) {
360 while ((entry = readdir(dir)) != NULL) {
365 if (!path) { closedir(dir); return 0; }
374 if (*bufStart == NULL) { free(path); closedir(dir); return 0; }
380 if (*bufStart == NULL) { free(path); closedir(dir); return 0; }
397 closedir(dir);
  /external/mesa3d/src/util/
disk_cache.c 347 char *dir; local
352 dir = ralloc_asprintf(cache, "%s/%c%c", cache->path, buf[0], buf[1]);
354 mkdir_if_needed(dir);
356 ralloc_free(dir);
372 DIR *dir; local
377 dir = opendir(dir_path);
378 if (dir == NULL)
384 entry = readdir(dir);
394 closedir(dir);
    [all...]
  /external/opencv/cv/src/
cvfloodfill.cpp 51 short dir; member in struct:CvFFillSegment
58 #define ICV_PUSH( Y, L, R, PREV_L, PREV_R, DIR )\
65 tail->dir = (short)(DIR); \
71 #define ICV_POP( Y, L, R, PREV_L, PREV_R, DIR ) \
78 DIR = head->dir; \
144 int k, YC, PL, PR, dir; local
145 ICV_POP( YC, L, R, PL, PR, dir );
149 {-dir, L - _8_connectivity, R + _8_connectivity}
276 int k, YC, PL, PR, dir; local
453 int k, YC, PL, PR, dir, curstep; local
759 int k, YC, PL, PR, dir, curstep; local
    [all...]
  /external/pdfium/core/fxge/android/
cfpf_skiafontmgr.cpp 424 DIR* handle = FX_OpenFolder(path.c_str());
  /external/toybox/toys/net/
netstat.c 236 DIR *dp;

Completed in 1091 milliseconds

<<21222324252627282930>>