#include <file-ops.h>
typedef std::string(* file_ops::tilde_expansion_hook)(const std::string &) |
std::string file_ops::canonicalize_file_name | ( | const std::string & | name, | |
std::string & | msg | |||
) | [static] |
std::string file_ops::canonicalize_file_name | ( | const std::string & | name | ) | [static] |
std::string file_ops::concat | ( | const std::string & | dir, | |
const std::string & | file | |||
) | [static] |
static char file_ops::dir_sep_char | ( | void | ) | [inline, static] |
static std::string file_ops::dir_sep_chars | ( | void | ) | [inline, static] |
static std::string file_ops::dir_sep_str | ( | void | ) | [inline, static] |
static bool file_ops::is_dir_sep | ( | char | c | ) | [inline, static] |
int file_ops::link | ( | const std::string & | old_name, | |
const std::string & | new_name, | |||
std::string & | msg | |||
) | [static] |
int file_ops::link | ( | const std::string & | old_name, | |
const std::string & | new_name | |||
) | [static] |
int file_ops::mkdir | ( | const std::string & | name, | |
mode_t | mode, | |||
std::string & | msg | |||
) | [static] |
int file_ops::mkdir | ( | const std::string & | name, | |
mode_t | mode | |||
) | [static] |
int file_ops::mkfifo | ( | const std::string & | name, | |
mode_t | mode, | |||
std::string & | msg | |||
) | [static] |
int file_ops::mkfifo | ( | const std::string & | name, | |
mode_t | mode | |||
) | [static] |
int file_ops::readlink | ( | const std::string & | path, | |
std::string & | result, | |||
std::string & | msg | |||
) | [static] |
int file_ops::readlink | ( | const std::string & | path, | |
std::string & | result | |||
) | [static] |
int file_ops::recursive_rmdir | ( | const std::string & | name, | |
std::string & | msg | |||
) | [static] |
int file_ops::recursive_rmdir | ( | const std::string & | name | ) | [static] |
int file_ops::rename | ( | const std::string & | from, | |
const std::string & | to, | |||
std::string & | msg | |||
) | [static] |
int file_ops::rename | ( | const std::string & | from, | |
const std::string & | to | |||
) | [static] |
int file_ops::rmdir | ( | const std::string & | name, | |
std::string & | msg | |||
) | [static] |
int file_ops::rmdir | ( | const std::string & | name | ) | [static] |
int file_ops::symlink | ( | const std::string & | old_name, | |
const std::string & | new_name, | |||
std::string & | msg | |||
) | [static] |
int file_ops::symlink | ( | const std::string & | old_name, | |
const std::string & | new_name | |||
) | [static] |
static std::string file_ops::tail | ( | std::string | path | ) | [inline, static] |
std::string file_ops::tempnam | ( | const std::string & | dir, | |
const std::string & | pfx, | |||
std::string & | msg | |||
) | [static] |
std::string file_ops::tempnam | ( | const std::string & | dir, | |
const std::string & | pfx | |||
) | [static] |
string_vector file_ops::tilde_expand | ( | const string_vector & | names | ) | [static] |
std::string file_ops::tilde_expand | ( | const std::string & | name | ) | [static] |
int file_ops::umask | ( | mode_t | mode | ) | [static] |
int file_ops::unlink | ( | const std::string & | name, | |
std::string & | msg | |||
) | [static] |
int file_ops::unlink | ( | const std::string & | name | ) | [static] |
string_vector file_ops::tilde_additional_prefixes = default_prefixes [static] |
string_vector file_ops::tilde_additional_suffixes = default_suffixes [static] |