HPCToolkit
|
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <string.h>
#include <unistd.h>
#include "unlink.h"
Go to the source code of this file.
Macros | |
#define | BUF_LEN 4096 |
Functions | |
static int | do_unlink_tree (char *path, int path_len, int max_len) |
int | unlink_tree (char *path) |
|
static |