HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 76 - 100 of 580) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
NlstCommandHandlerTest.groovy 35 def DIR = "/usr"
39 handleCommandAndVerifySendDataReplies([DIR])
48 handleCommandAndVerifySendDataReplies([DIR])
59 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR)
65 handleCommandAndVerifySendDataReplies([DIR])
81 fileSystem.getEntry(DIR).permissions = new Permissions('-wx-wx-wx')
82 handleCommand([DIR])
84 assertSessionReply(1, ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', DIR])
89 handleCommand([DIR])
103 return new Command(CommandNames.NLST, [DIR])
    [all...]
MkdCommandHandlerTest.groovy 38 static final DIR = p(PARENT, DIRNAME)
43 handleCommand([DIR])
44 assertSessionReply(ReplyCodes.MKD_OK, ['mkd', DIR])
45 assert fileSystem.exists(DIR)
46 def dirEntry = fileSystem.getEntry(DIR)
54 assert fileSystem.exists(DIR)
55 def dirEntry = fileSystem.getEntry(DIR)
65 createFile(DIR)
66 handleCommand([DIR])
67 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.alreadyExists', DIR])
    [all...]
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)
  /bionic/libc/private/
ScopedReaddir.h 29 ScopedReaddir(DIR* dir) {
30 dir_ = dir;
48 DIR* dir_;
  /development/build/tools/
sdk_clean.sh 7 DIR=$1
19 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
25 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
40 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
  /hardware/invensense/6515/libsensors_iio/software/build/android/
shared.mk 46 for DIR in $(LIB_FOLDERS); do ( \
47 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
49 for DIR in $(APP_FOLDERS); do ( \
50 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
54 for DIR in $(LIB_FOLDERS); do ( \
55 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
57 for DIR in $(APP_FOLDERS); do ( \
58 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
62 for DIR in $(LIB_FOLDERS); do ( \
63 cd $$DIR && $(MAKE) -f shared.mk $@ );
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/build/android/
shared.mk 46 for DIR in $(LIB_FOLDERS); do ( \
47 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
49 for DIR in $(APP_FOLDERS); do ( \
50 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
54 for DIR in $(LIB_FOLDERS); do ( \
55 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
57 for DIR in $(APP_FOLDERS); do ( \
58 cd $$DIR && $(MAKE) -f shared.mk $@ ); \
62 for DIR in $(LIB_FOLDERS); do ( \
63 cd $$DIR && $(MAKE) -f shared.mk $@ );
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsdir.h 55 typedef struct DIR
57 struct direct dir; member in struct:DIR
64 } DIR;
70 extern DIR *opendir PARAMS (());
71 extern struct direct *readdir PARAMS ((DIR *dfd));
73 extern int closedir PARAMS ((DIR *dfd));
  /external/vboot_reference/tests/
vb2_firmware_tests.sh 17 DIR="${TEST_DIR}/vb2fw_test_dir"
18 [ -d "$DIR" ] || mkdir -p "$DIR"
19 echo "Testing vb2_verify_fw in $DIR"
20 cd "$DIR"
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="${DIR-@datadir@/et}"
12 DIR="$ET_DIR"
32 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
33 DIR="$ET_DIR"
34 # echo "Falling back to $DIR..."
35 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et
    [all...]
  /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...]
  /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/clang/test/Preprocessor/
pp-record.c 14 #define DIR 1
18 #if 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/okhttp/
deploy_website.sh 9 DIR=temp-clone
12 rm -rf $DIR
15 git clone $REPO $DIR
18 cd $DIR
55 rm -rf $DIR
  /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_tls_heap_alloc(sizeof *dir)) != 0 &&
40 (dir->name = (char *)loader_tls_heap_alloc(base_length +
42 strcat(strcpy(dir->name, name), all);
44 if ((dir->handle
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/compat/
dirent.c 27 DIR*
31 DIR* pDir;
49 /* allocate a DIR structure to return */
50 pDir = (DIR *) malloc(sizeof (DIR));
58 /* copy input directory name to DIR buffer */
85 closedir(DIR *pDir)
93 /* sanity check that this is a DIR pointer */
109 readdir(DIR* pDir)
118 /* sanity check that this is a DIR pointer */
    [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);

Completed in 400 milliseconds

1 2 34 5 6 7 8 91011>>