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

  /external/ltp/testcases/kernel/syscalls/inotify/
inotify07.c 77 #define DIR_NAME "test_dir"
78 #define DIR_PATH OVL_MNT"/"DIR_NAME
80 #define FILE_PATH OVL_MNT"/"DIR_NAME"/"FILE_NAME
168 SAFE_MKDIR("lower/"DIR_NAME, 0755);
169 SAFE_TOUCH("lower/"DIR_NAME"/"FILE_NAME, 0644, NULL);
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir09.c 57 #define DIR_NAME "./X.%d"
141 sprintf(tmpdir, DIR_NAME, j);
250 sprintf(tmpdir, DIR_NAME, j);
334 sprintf(tmpdir, DIR_NAME, j);
370 sprintf(tmpdir, DIR_NAME, j);
405 strcpy(tmp, DIR_NAME);
419 strcpy(tmp, DIR_NAME);
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify09.c 54 #define DIR_NAME "testdir"
172 dirfd = SAFE_OPEN(DIR_NAME, O_RDONLY);
245 SAFE_MKDIR(DIR_NAME, 0755);
  /external/cldr/tools/java/org/unicode/cldr/tool/
ChartDelta.java 61 private static final String DIR_NAME = "delta";
121 static String DIR = CLDRPaths.CHART_DIRECTORY + "/" + DIR_NAME + "/";
197 try (PrintWriter pw = FileUtilities.openUTF8Writer(getTsvDir(DIR, DIR_NAME), DIR_NAME + "_summary.tsv")) {
245 try (PrintWriter tsvFile = FileUtilities.openUTF8Writer(getTsvDir(DIR, DIR_NAME), DIR_NAME + ".tsv");
246 PrintWriter tsvCountFile = FileUtilities.openUTF8Writer(getTsvDir(DIR, DIR_NAME), DIR_NAME + "_count.tsv");
    [all...]
GenerateSidewaysView.java 86 private static final String DIR_NAME = "by_type";
112 UOption.DESTDIR().setDefault(CLDRPaths.CHART_DIRECTORY + DIR_NAME + "/"), // C:/cvsdata/unicode/cldr/diff/by_type/
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
UnixDirectoryListingFormatterTest.groovy 32 static final DIR_NAME = "etc"
33 static final DIR_PATH = "/dir/$DIR_NAME"
  /cts/tests/tests/libcorefileio/src/android/cts/
FileChannelInterProcessLockTest.java 41 final static String DIR_NAME = "CtsFileIOTest";
    [all...]

Completed in 216 milliseconds