HomeSort by relevance Sort by last modified time
    Searched refs:SUBDIR (Results 1 - 11 of 11) sorted by null

  /external/openssh/regress/misc/
Makefile 0 SUBDIR= kexfuzz
3 .include <bsd.subdir.mk>
  /external/openssh/regress/unittests/
Makefile 4 SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
6 .include <bsd.subdir.mk>
  /external/ltp/testcases/kernel/controllers/memcg/regression/
memcg_test_3.c 34 #define SUBDIR "memcg/testdir"
63 if (access(SUBDIR, F_OK))
64 SAFE_MKDIR(SUBDIR, 0644);
65 rmdir(SUBDIR);
92 if (!access(SUBDIR, F_OK))
93 SAFE_RMDIR(SUBDIR);
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
CdupCommandHandlerTest.groovy 35 def SUBDIR = "${DIR}/sub"
38 setCurrentDirectory(SUBDIR)
52 setCurrentDirectory(SUBDIR)
57 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == SUBDIR
74 createDirectory(SUBDIR)
  /external/curl/packages/OS400/
makefile.sh 51 # for SUBDIR in include lib src tests
52 for SUBDIR in include lib src
53 do "${SCRIPTDIR}/make-${SUBDIR}.sh"
  /external/linux-kselftest/tools/testing/selftests/android/
Makefile 14 #SUBDIR test prog name should be in the form: SUBDIR_test.sh \
25 @for SUBDIR in $(SUBDIRS); do \
26 BUILD_TARGET=$(OUTPUT)/$$SUBDIR; \
28 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$SUBDIR INSTALL_PATH=$(INSTALL_PATH)/$$SUBDIR install; \
  /external/linux-kselftest/tools/testing/selftests/futex/
Makefile 24 @for SUBDIR in $(SUBDIRS); do \
25 BUILD_TARGET=$(OUTPUT)/$$SUBDIR; \
27 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$SUBDIR INSTALL_PATH=$(INSTALL_PATH)/$$SUBDIR install; \
  /external/linux-kselftest/tools/testing/selftests/sparc64/
Makefile 25 #SUBDIR test prog name should be in the form: SUBDIR_test.sh \
36 @for SUBDIR in $(SUBDIRS); do \
37 BUILD_TARGET=$(OUTPUT)/$$SUBDIR; \
39 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$SUBDIR INSTALL_PATH=$(INSTALL_PATH)/$$SUBDIR install; \
  /external/libxml2/os400/
make.sh 82 for SUBDIR in include rpg src
83 do "${SCRIPTDIR}/make-${SUBDIR}.sh"
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServerIntegrationTest.groovy 52 static final SUBDIR = p(HOME_DIR, SUBDIR_NAME)
202 fileSystem.add(new FileEntry(path: p(SUBDIR, FILENAME1), lastModified: LAST_MODIFIED, contents: ASCII_DATA))
203 fileSystem.add(new DirectoryEntry(path: p(SUBDIR, SUBDIR_NAME2), lastModified: LAST_MODIFIED))
207 FTPFile[] files = ftpClient.listFiles(SUBDIR)
280 fileSystem.add(new FileEntry(path: p(SUBDIR, FILENAME1)))
281 fileSystem.add(new DirectoryEntry(path: p(SUBDIR, SUBDIR_NAME2)))
285 String[] filenames = ftpClient.listNames(SUBDIR)
297 fileSystem.add(new FileEntry(path: p(SUBDIR, FILENAME1)))
298 fileSystem.add(new FileEntry(path: p(SUBDIR, FILENAME2)))
303 String[] filenames = ftpClient.listNames(SUBDIR)
    [all...]
  /external/u-boot/test/fs/
fs-test.sh 237 ${PREFIX}size host${SUFFIX} ${FPATH}SUBDIR/../$FILE_SMALL
355 sudo mkdir -p "$MOUNT_DIR/SUBDIR"

Completed in 4038 milliseconds