MCPcopy Index your code
hub / github.com/questdb/questdb / rmdir

Method rmdir

core/src/main/java/io/questdb/std/Files.java:524–527  ·  view source on GitHub ↗
(Path path, boolean haltOnFail)

Source from the content-addressed store, hash-verified

522 }
523
524 @TestOnly
525 public static boolean rmdir(Path path, boolean haltOnFail) {
526 return rmdir(path, haltOnFail, 0, 10, null) > -1;
527 }
528
529 @TestOnly
530 public static void setFDCacheCounter(int newValue) {

Callers 15

removeTestPathMethod · 0.95
removeTestPathMethod · 0.95
removeTestPathMethod · 0.95
tearDownStaticMethod · 0.95
testCopyRecursiveMethod · 0.95
testDeleteDirMethod · 0.95
testHardLinkRecursiveMethod · 0.95
tearDownMethod · 0.95
removeTestPathMethod · 0.95
assertSchemaMismatchMethod · 0.95

Calls 15

findFirstMethod · 0.95
findNameMethod · 0.95
findTypeMethod · 0.95
removeMethod · 0.95
isSecurityErrorMethod · 0.95
errnoMethod · 0.95
notDotsMethod · 0.95
unlink0Method · 0.95
findNextMethod · 0.95
findCloseMethod · 0.95
isSoftLinkMethod · 0.95
concatMethod · 0.80

Tested by 14

removeTestPathMethod · 0.76
removeTestPathMethod · 0.76
removeTestPathMethod · 0.76
tearDownStaticMethod · 0.76
testCopyRecursiveMethod · 0.76
testDeleteDirMethod · 0.76
testHardLinkRecursiveMethod · 0.76
tearDownMethod · 0.76
removeTestPathMethod · 0.76
assertSchemaMismatchMethod · 0.76