Searched refs:subdir (Results 1 – 2 of 2) sorted by relevance
80 File subdir = new File(tmpParentDir, "subdirectory"); in testMkdirsRWX_singleLevel() local81 assertFalse(subdir.exists()); in testMkdirsRWX_singleLevel()82 FileUtil.mkdirsRWX(subdir); in testMkdirsRWX_singleLevel()83 assertTrue(subdir.exists()); in testMkdirsRWX_singleLevel()84 assertUnixPerms(subdir, DPERMS_GRWX); in testMkdirsRWX_singleLevel()93 File subdir = new File(tmpParentDir, "subdirectory"); in testMkdirsRWX_preExisting() local94 subdir.mkdir(); in testMkdirsRWX_preExisting()95 subdir.setExecutable(false, false); in testMkdirsRWX_preExisting()96 subdir.setReadable(false, false); in testMkdirsRWX_preExisting()97 subdir.setWritable(false, false); in testMkdirsRWX_preExisting()[all …]
19 include $(call all-subdir-makefiles)