CernVM-FS
2.12.0
|
Public Attributes | |
std::string | path |
FILE * | fd |
struct utimbuf | mtimes |
int | original_mode |
This file is part of the CernVM File System.
Definition at line 31 of file interface.cc.
FILE* posix_file_handle::fd |
Definition at line 33 of file interface.cc.
Referenced by posix_do_fclose(), posix_do_ffree(), posix_do_fopen(), posix_do_fread(), and posix_do_fwrite().
struct utimbuf posix_file_handle::mtimes |
Definition at line 34 of file interface.cc.
Referenced by posix_do_fclose(), and posix_do_fopen().
int posix_file_handle::original_mode |
Definition at line 35 of file interface.cc.
Referenced by EnableWriteAccess(), posix_do_fclose(), and posix_do_fopen().
std::string posix_file_handle::path |
Definition at line 32 of file interface.cc.
Referenced by spec_builder.SpecPoint::__eq__(), spec_builder.SpecPoint::__gt__(), spec_builder.TracePoint::__gt__(), spec_builder.SpecPoint::__lt__(), spec_builder.TracePoint::__lt__(), spec_builder.SpecPoint::__ne__(), spec_builder.TracePoint::__ne__(), spec_builder.SpecPoint::__str__(), EnableWriteAccess(), spec_builder.SpecPoint::isParentOf(), posix_do_fclose(), posix_do_fopen(), and posix_get_handle().