Lines Matching defs:fc

68   public Path getTestRootPath(FileContext fc) {  in getTestRootPath()
72 public Path getTestRootPath(FileContext fc, String pathString) { in getTestRootPath()
80 public String getAbsoluteTestRootDir(FileContext fc) { in getAbsoluteTestRootDir()
92 public Path getAbsoluteTestRootPath(FileContext fc) { in getAbsoluteTestRootPath()
96 public Path getDefaultWorkingDirectory(FileContext fc) { in getDefaultWorkingDirectory()
105 public static long createFile(FileContext fc, Path path, int numBlocks, in createFile()
118 public static long createFile(FileContext fc, Path path, int numBlocks, in createFile()
124 public static long createFile(FileContext fc, Path path) throws IOException { in createFile()
128 public long createFile(FileContext fc, String name) throws IOException { in createFile()
133 public long createFileNonRecursive(FileContext fc, String name) in createFileNonRecursive()
139 public static long createFileNonRecursive(FileContext fc, Path path) in createFileNonRecursive()
144 public static void appendToFile(FileContext fc, Path path, int numBlocks, in appendToFile()
156 public static boolean exists(FileContext fc, Path p) throws IOException { in exists()
160 public static boolean isFile(FileContext fc, Path p) throws IOException { in isFile()
168 public static boolean isDir(FileContext fc, Path p) throws IOException { in isDir()
176 public static boolean isSymlink(FileContext fc, Path p) throws IOException { in isSymlink()
184 public static void writeFile(FileContext fc, Path path, byte b[]) in writeFile()
192 public static byte[] readFile(FileContext fc, Path path, int len) in readFile()
201 public FileStatus containsPath(FileContext fc, Path path, in containsPath()
214 public FileStatus containsPath(FileContext fc, String path, in containsPath()