Go to the source code of this file.
Functions | |
int | dce___fxstat (int ver, int fd, struct stat *buf) |
int | dce___fxstat64 (int ver, int fd, struct stat64 *buf) |
int | dce___fxstatat (int ver, int fd, const char *filename, struct stat *buf, int flag) |
int | dce___lxstat (int ver, const char *pathname, struct stat *buf) |
int | dce___lxstat64 (int ver, const char *pathname, struct stat64 *buf) |
int | dce___xstat (int ver, const char *path, struct stat *buf) |
int | dce___xstat64 (int ver, const char *path, struct stat64 *buf) |
int | dce_fstat (int fd, struct stat *buf) |
int | dce_fstat64 (int fd, struct stat64 *buf) |
int | dce_mkdir (const char *pathname, mode_t mode) |
int dce___fxstat | ( | int | ver, |
int | fd, | ||
struct stat * | buf | ||
) |
Definition at line 51 of file dce-stat.cc.
References ns3::Current(), OPENED_FD_METHOD, and ns3::UtilsGetNodeId().
Referenced by ns3::LinuxSocketFdFactory::__Fxstat(), and dce_fstat().
int dce___fxstat64 | ( | int | ver, |
int | fd, | ||
struct stat64 * | buf | ||
) |
Definition at line 59 of file dce-stat.cc.
References ns3::Current(), OPENED_FD_METHOD, and ns3::UtilsGetNodeId().
Referenced by dce_fstat64().
int dce___fxstatat | ( | int | ver, |
int | fd, | ||
const char * | filename, | ||
struct stat * | buf, | ||
int | flag | ||
) |
Definition at line 35 of file dce-at.cc.
References ns3::Current(), ns3::Thread::err, errno, ns3::getRealFd(), ns3::UtilsGetCurrentDirName(), ns3::UtilsGetNodeId(), and ns3::UtilsGetRealFilePath().
int dce___lxstat | ( | int | ver, |
const char * | pathname, | ||
struct stat * | buf | ||
) |
Definition at line 67 of file dce-stat.cc.
References ns3::Current(), ns3::Thread::err, errno, ns3::UtilsGetNodeId(), and ns3::UtilsGetRealFilePath().
int dce___lxstat64 | ( | int | ver, |
const char * | pathname, | ||
struct stat64 * | buf | ||
) |
Definition at line 85 of file dce-stat.cc.
References ns3::Current(), ns3::Thread::err, errno, ns3::UtilsGetNodeId(), and ns3::UtilsGetRealFilePath().
int dce___xstat | ( | int | ver, |
const char * | path, | ||
struct stat * | buf | ||
) |
Definition at line 15 of file dce-stat.cc.
References ns3::Current(), ns3::Thread::err, errno, ns3::UtilsGetNodeId(), and ns3::UtilsGetRealFilePath().
int dce___xstat64 | ( | int | ver, |
const char * | path, | ||
struct stat64 * | buf | ||
) |
Definition at line 33 of file dce-stat.cc.
References ns3::Current(), ns3::Thread::err, errno, ns3::UtilsGetNodeId(), and ns3::UtilsGetRealFilePath().
int dce_fstat | ( | int | fd, |
struct stat * | buf | ||
) |
Definition at line 104 of file dce-stat.cc.
References dce___fxstat().
int dce_fstat64 | ( | int | fd, |
struct stat64 * | buf | ||
) |
Definition at line 108 of file dce-stat.cc.
References dce___fxstat64().
Referenced by anonymous_namespace{dce-stdio.cc}::my_stat().
int dce_mkdir | ( | const char * | pathname, |
mode_t | mode | ||
) |
Definition at line 179 of file dce-fd.cc.
References ns3::Current(), DEFINE_FORWARDER_PATH, ns3::Thread::process, and ns3::Process::uMask.
Referenced by ns3::DceManager::EnsureDirectoryExists(), and ns3::LinuxSocketFdFactory::Mkdir().