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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dirent.h 40 /* disk transfer area for this dir */
43 /* dirent struct to return from dir (NOTE: this makes this thread
44 * safe as long as only one thread uses a particular DIR struct at
59 /* given path for dir with search pattern (struct is extended) */
61 } DIR;
63 DIR* __cdecl __MINGW_NOTHROW opendir (const char*);
64 struct dirent* __cdecl __MINGW_NOTHROW readdir (DIR*);
65 int __cdecl __MINGW_NOTHROW closedir (DIR*);
66 void __cdecl __MINGW_NOTHROW rewinddir (DIR*);
67 long __cdecl __MINGW_NOTHROW telldir (DIR*);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/firmware/
fw_filesystem.sh 8 DIR=/sys/devices/virtual/misc/test_firmware
13 if [ ! -d $DIR ]; then
14 echo "$0: $DIR not present"
23 if [ ! -d $DIR ]; then
66 if printf '\000' >"$DIR"/trigger_request 2> /dev/null; then
71 if printf '\000' >"$DIR"/trigger_async_request 2> /dev/null; then
77 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then
92 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
106 if ! echo -n "$NAME" >"$DIR"/trigger_async_request ; then
  /external/e2fsprogs/lib/ss/
mk_cmds.sh.in 6 DIR=@datadir@/ss
28 DIR="$_SS_DIR_OVERRIDE";
31 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then
46 ${SED} -f "${DIR}/ct_c.sed" "${FILE}" \
47 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
  /bionic/libc/bionic/
dirent.cpp 50 struct DIR {
59 static DIR* __allocate_DIR(int fd) {
60 DIR* d = reinterpret_cast<DIR*>(malloc(sizeof(DIR)));
72 int dirfd(DIR* dirp) {
76 DIR* fdopendir(int fd) {
90 DIR* opendir(const char* path) {
95 static bool __fill_DIR(DIR* d) {
105 static dirent* __readdir_locked(DIR* d)
    [all...]
  /external/syslinux/core/fs/
readdir.c 11 __export DIR *opendir(const char *path)
27 return (DIR *)file;
33 __export struct dirent *readdir(DIR *dir)
36 struct file *dd_dir = (struct file *)dir;
51 __export int closedir(DIR *dir)
53 struct file *dd_dir = (struct file *)dir;
  /art/tools/cpp-define-generator/
verify-asm-support 34 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
35 ART_DIR="$( cd "$DIR/../.." && pwd )"
presubmit-check-files-up-to-date 46 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
47 ART_DIR="$( cd "$DIR/../.." && pwd )"
  /external/clang/test/Preprocessor/
pp-record.c 14 #define DIR 1
18 #if DIR
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
StouCommandHandlerTest.groovy 34 setCurrentDirectory(DIR)
40 setCurrentDirectory(DIR)
71 def names = fileSystem.listNames(DIR)
74 return p(DIR, filename)
PwdCommandHandlerTest.groovy 33 static final DIR = "/usr/abc"
38 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
40 assertSessionReply(ReplyCodes.PWD_OK, ["pwd", DIR])
CdupCommandHandlerTest.groovy 34 def DIR = "/usr"
35 def SUBDIR = "${DIR}/sub"
40 assertSessionReply(ReplyCodes.CDUP_OK, ['cdup', DIR])
41 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
53 def dir = fileSystem.getEntry(DIR)
54 dir.permissions = new Permissions('rw-rw-rw-')
56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', DIR])
AbstractStoreFileCommandHandlerTestCase.groovy 35 protected static final DIR = "/"
37 protected static final FILE = p(DIR, FILENAME)
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
54 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', DIR])
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
61 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotExecute', DIR])
106 createDirectory(DIR)
  /external/ImageMagick/MagickCore/
nt-base-private.h 55 } DIR;
108 extern MagickPrivate DIR
122 NTCloseDirectory(DIR *),
139 NTTellDirectory(DIR *);
149 *NTReadDirectory(DIR *);
160 NTSeekDirectory(DIR *,ssize_t),
  /external/autotest/client/site_tests/kernel_FirmwareRequest/src/
fw_filesystem.sh 10 DIR=/sys/devices/virtual/misc/test_firmware
51 if printf '\000' >"$DIR"/trigger_request; then
56 if printf '\000' >"$DIR"/trigger_async_request; then
62 if echo -n "nope-$NAME" >"$DIR"/trigger_request; then
77 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then
91 if ! echo -n "$NAME" >"$DIR"/trigger_async_request ; then
  /external/linux-kselftest/tools/testing/selftests/futex/
Makefile 10 for DIR in $(SUBDIRS); do \
11 BUILD_TARGET=$$OUTPUT/$$DIR; \
13 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
36 for DIR in $(SUBDIRS); do \
37 BUILD_TARGET=$$OUTPUT/$$DIR; \
39 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
  /external/vboot_reference/tests/
load_kernel_tests.sh 19 DIR="${TEST_DIR}/load_kernel_test_dir"
20 [ -d "$DIR" ] || mkdir -p "$DIR"
21 echo "Testing kernel verification in $DIR"
22 cd "$DIR"
  /external/e2fsprogs/lib/et/
compile_et.sh.in 7 DIR=@datadir@/et
11 DIR="$ET_DIR"
32 DIR="$_ET_DIR_OVERRIDE";
35 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
48 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
55 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
  /external/protobuf/jenkins/
make_test_output.py 6 $DIR/joblog (output from "parallel --joblog joblog")
7 $DIR/logs/1/cpp/stdout
8 $DIR/logs/1/cpp/stderr
9 $DIR/logs/1/csharp/stdout
10 $DIR/logs/1/csharp/stderr
11 $DIR/logs/1/java_jdk7/stdout
12 $DIR/logs/1/java_jdk7/stderr
  /external/vulkan-validation-layers/loader/
dirent_on_windows.c 24 struct DIR {
31 DIR *opendir(const char *name) {
32 DIR *dir = 0; local
39 if ((dir = (DIR *)loader_instance_tls_heap_alloc(sizeof *dir)) != 0 &&
40 (dir->name = (char *)loader_instance_tls_heap_alloc(
42 strcat(strcpy(dir->name, name), all);
44 if ((dir->handle
    [all...]
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 3 DIR=$2
22 echo set output "'"../${DIR}/$WHAT.ps"'" >> $WHAT.gnuplot
26 # echo set output "'"../${DIR}/$WHAT.svg"'" >> $WHAT.gnuplot
51 ps2pdf ../${DIR}/$WHAT.ps ../${DIR}/$WHAT.pdf
52 convert -background white -density 120 -rotate 90 -resize 800 +dither -colors 256 -quality 0 ../${DIR}/$WHAT.ps -background white -flatten ../${DIR}/$WHAT.png
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectoryTest.java 39 final String DIR = "some/dir";
41 pwdCommandHandler.setDirectory(DIR);
48 assertEquals("workingDirectory", DIR, workingDir);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectoryTest.java 39 final String DIR = "some/dir";
41 pwdCommandHandler.setDirectory(DIR);
48 assertEquals("workingDirectory", DIR, workingDir);
  /kernel/tests/net/test/
parallel_tests.sh 17 $DIR/run_net_test.sh --readonly --builder --nobuild all_tests.sh \
26 DIR=$(dirname $0)
31 $DIR/run_net_test.sh --norun
  /external/e2fsprogs/contrib/
populate-extfs.sh 34 DIR="${FILE#$SRCDIR}"
35 DIR="${DIR%$TGT}"
37 # Skip the root dir
38 [ ! -z "$DIR" ] || continue
41 if [ "$DIR" != "$CWD" ]; then
42 echo "cd $DIR"
43 CWD="$DIR"
  /art/tools/
javac-helper.sh 31 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
32 TOP=$DIR/../..

Completed in 879 milliseconds

1 2 3 4 5 67 8 91011>>