Searched refs:writeCommandAndBlock (Results 1 – 1 of 1) sorted by relevance
154 writeCommandAndBlock(CMD_CLOSE, "close()"); in close()162 writeCommandAndBlock(CMD_FSYNC, "fsync()"); in fsync()165 private void writeCommandAndBlock(int cmd, String cmdString) throws IOException { in writeCommandAndBlock() method in FileBridge.FileBridgeOutputStream