11 #include "AddonClass.h" 12 #include "LanguageHook.h" 13 #include "filesystem/File.h" 49 Stat(
const String& path)
55 #ifdef DOXYGEN_SHOULD_USE_THIS 65 inline long long st_mode() {
return st.st_mode; }
68 #ifdef DOXYGEN_SHOULD_USE_THIS 78 inline long long st_ino() {
return st.st_ino; }
81 #ifdef DOXYGEN_SHOULD_USE_THIS 93 inline long long st_dev() {
return st.st_dev; }
96 #ifdef DOXYGEN_SHOULD_USE_THIS 106 inline long long st_nlink() {
return st.st_nlink; }
109 #ifdef DOXYGEN_SHOULD_USE_THIS 119 inline long long st_uid() {
return st.st_uid; }
122 #ifdef DOXYGEN_SHOULD_USE_THIS 132 inline long long st_gid() {
return st.st_gid; }
135 #ifdef DOXYGEN_SHOULD_USE_THIS 150 inline long long st_size() {
return st.st_size; }
153 #ifdef DOXYGEN_SHOULD_USE_THIS 163 inline long long atime() {
return st.st_atime; };
166 #ifdef DOXYGEN_SHOULD_USE_THIS 176 inline long long mtime() {
return st.st_mtime; }
179 #ifdef DOXYGEN_SHOULD_USE_THIS 189 inline long long ctime() {
return st.st_ctime; }
static int Stat(const CURL &file, struct __stat64 *buffer)
Fills struct __stat64 with information about file specified by filename For st_mode function will set...
Definition: File.cpp:517
Defining LOG_LIFECYCLE_EVENTS will log all instantiations, deletions and also reference countings (in...
Definition: Addon.cpp:25
This class can be used to access the language hook's DelayedCallOpen and DelayedCallClose.
Definition: LanguageHook.h:122
This class is the superclass for all reference counted classes in the api.
Definition: AddonClass.h:57