Go to the source code of this file.
Typedefs | |
typedef std::string(* | tilde_expansion_hook) (const std::string &) |
Functions | |
std::string | canonicalize_file_name (const std::string &) |
std::string | canonicalize_file_name (const std::string &, std::string &) |
std::string | concat (const std::string &, const std::string &) |
char | dev_sep_char () |
char | dir_sep_char () |
std::string | dir_sep_chars () |
std::string | dir_sep_str () |
std::string | dirname (const std::string &path) |
bool | is_dev_sep (char c) |
bool | is_dir_sep (char c) |
int | link (const std::string &, const std::string &) |
int | link (const std::string &, const std::string &, std::string &) |
int | mkdir (const std::string &, mode_t) |
int | mkdir (const std::string &, mode_t, std::string &) |
int | mkfifo (const std::string &, mode_t) |
int | mkfifo (const std::string &, mode_t, std::string &) |
std::string | native_separator_path (const std::string &path) |
int | readlink (const std::string &, std::string &) |
int | readlink (const std::string &, std::string &, std::string &) |
int | recursive_mkdir (const std::string &name, mode_t mode) |
int | recursive_mkdir (const std::string &name, mode_t mode, std::string &msg) |
int | recursive_rmdir (const std::string &) |
int | recursive_rmdir (const std::string &, std::string &) |
int | rename (const std::string &, const std::string &) |
int | rename (const std::string &, const std::string &, std::string &) |
int | rmdir (const std::string &) |
int | rmdir (const std::string &, std::string &) |
int | symlink (const std::string &, const std::string &) |
int | symlink (const std::string &, const std::string &, std::string &) |
std::string | tail (const std::string &path) |
std::string | tempnam (const std::string &, const std::string &) |
std::string | tempnam (const std::string &, const std::string &, std::string &) |
std::string | tilde_expand (const std::string &) |
string_vector | tilde_expand (const string_vector &) |
int | umask (mode_t) |
int | unlink (const std::string &) |
int | unlink (const std::string &, std::string &) |
Variables | |
string_vector | tilde_additional_prefixes |
string_vector | tilde_additional_suffixes |
tilde_expansion_hook | tilde_expansion_failure_hook |
tilde_expansion_hook | tilde_expansion_preexpansion_hook |
typedef std::string(* tilde_expansion_hook) (const std::string &) |
Definition at line 43 of file file-ops.h.
|
extern |
Definition at line 798 of file file-ops.cc.
References canonicalize_file_name().
Referenced by canonicalize_file_name(), get_ASCII_filename(), and octave_canonicalize_file_name_wrapper().
|
extern |
Definition at line 805 of file file-ops.cc.
References free(), len, octave_canonicalize_file_name_wrapper(), u8_from_wstring(), and u8_to_wstring().
|
extern |
Definition at line 359 of file file-ops.cc.
References dir_sep_char(), string_vector::empty(), and is_dir_sep().
|
extern |
Definition at line 222 of file file-ops.cc.
Referenced by is_dev_sep().
|
extern |
Definition at line 232 of file file-ops.cc.
Referenced by concat(), main(), and native_separator_path().
|
extern |
Definition at line 252 of file file-ops.cc.
References dir_sep_str().
Referenced by dirname(), is_dir_sep(), and tail().
|
extern |
Definition at line 242 of file file-ops.cc.
Referenced by dir_sep_chars().
|
extern |
Definition at line 369 of file file-ops.cc.
References dir_sep_chars().
Referenced by dir_exists(), dir_exists(), F__mkdir__(), Fcd(), Fdrawnow(), Fgenpath(), event_manager::file_dialog(), Freaddir(), Frmdir(), genpath(), and get_dirlist().
|
extern |
Definition at line 270 of file file-ops.cc.
References dev_sep_char().
|
extern |
|
extern |
Definition at line 508 of file file-ops.cc.
References link().
Referenced by link(), and octave_link_wrapper().
|
extern |
Definition at line 515 of file file-ops.cc.
References octave_link_wrapper().
|
extern |
Definition at line 413 of file file-ops.cc.
References mkdir().
Referenced by mkdir(), octave_mkdir_wrapper(), and recursive_mkdir().
|
extern |
Definition at line 420 of file file-ops.cc.
References octave_mkdir_wrapper().
|
extern |
Definition at line 488 of file file-ops.cc.
References mkfifo().
Referenced by mkfifo(), and octave_mkfifo_wrapper().
|
extern |
Definition at line 495 of file file-ops.cc.
References octave_mkfifo_wrapper().
|
extern |
Definition at line 390 of file file-ops.cc.
References dir_sep_char().
|
extern |
|
extern |
Definition at line 561 of file file-ops.cc.
References free(), and octave_areadlink_wrapper().
|
extern |
Definition at line 433 of file file-ops.cc.
References recursive_mkdir().
Referenced by recursive_mkdir().
|
extern |
Definition at line 440 of file file-ops.cc.
References mkdir().
|
extern |
Definition at line 655 of file file-ops.cc.
References recursive_rmdir().
Referenced by recursive_rmdir(), and recursive_rmdir().
|
extern |
Definition at line 662 of file file-ops.cc.
References base_file_stat::error(), get_dirlist(), base_file_stat::is_dir(), string_vector::numel(), recursive_rmdir(), rmdir(), and unlink().
|
extern |
|
extern |
Definition at line 589 of file file-ops.cc.
References file_exists(), same_file(), u8_to_wstring(), and unlink().
|
extern |
Definition at line 631 of file file-ops.cc.
References rmdir().
Referenced by octave_rmdir_wrapper(), recursive_rmdir(), and rmdir().
|
extern |
Definition at line 638 of file file-ops.cc.
References octave_rmdir_wrapper().
|
extern |
Definition at line 531 of file file-ops.cc.
References symlink().
Referenced by Freadlink(), octave_symlink_wrapper(), and symlink().
|
extern |
Definition at line 538 of file file-ops.cc.
References octave_symlink_wrapper().
|
extern |
Definition at line 377 of file file-ops.cc.
References dir_sep_chars().
|
extern |
|
extern |
Definition at line 756 of file file-ops.cc.
References env::get_temp_directory(), octave_gen_tempname_wrapper(), and OCTAVE_LOCAL_BUFFER.
|
extern |
|
extern |
Definition at line 346 of file file-ops.cc.
References string_vector::numel(), and tilde_expand().
|
extern |
Definition at line 721 of file file-ops.cc.
References octave_umask_wrapper().
Referenced by octave_umask_wrapper().
|
extern |
Definition at line 727 of file file-ops.cc.
References unlink().
Referenced by octave_unlink_wrapper(), recursive_rmdir(), rename(), and unlink().
|
extern |
Definition at line 734 of file file-ops.cc.
References octave_unlink_wrapper().
|
extern |
Definition at line 265 of file file-ops.cc.
|
extern |
Definition at line 267 of file file-ops.cc.
|
extern |
Definition at line 263 of file file-ops.cc.
|
extern |
Definition at line 261 of file file-ops.cc.