Symbol: File
src/add-ons/kernel/file_systems/ramfs/File.cpp
19
File::~File()
src/add-ons/kernel/file_systems/udf/UdfDebug.cpp
273
int File() const { return fFile; }
src/add-ons/kernel/partitioning_systems/session/Debug.cpp
271
int File() const { return fFile; }
src/bin/bfs_tools/lib/Inode.cpp
923
File::File(Disk *disk, bfs_inode *inode,bool ownBuffer)
src/bin/bfs_tools/lib/Inode.cpp
929
File::File(const Inode &inode)
src/bin/bfs_tools/lib/Inode.cpp
935
File::~File()
src/kits/debugger/dwarf/CompilationUnit.cpp
16
struct CompilationUnit::File {
src/kits/debugger/dwarf/CompilationUnit.h
60
typedef BObjectList<File, true> FileList;
src/kits/network/libnetservices/HttpForm.cpp
127
BHttpFormData::File() const
src/kits/storage/OffsetFile.cpp
67
OffsetFile::File() const
src/kits/storage/Resources.cpp
257
BResources::File() const
src/system/boot/loader/file_systems/amiga_ffs/File.cpp
160
File::File(Volume &volume, int32 block)
src/system/boot/loader/file_systems/amiga_ffs/File.cpp
173
File::~File()
src/system/boot/loader/file_systems/bfs/File.cpp
13
File::File(Volume &volume, block_run run)
src/system/boot/loader/file_systems/bfs/File.cpp
20
File::File(Volume &volume, off_t id)
src/system/boot/loader/file_systems/bfs/File.cpp
27
File::File(const Stream &stream)
src/system/boot/loader/file_systems/bfs/File.cpp
34
File::~File()
src/system/boot/loader/file_systems/fat/File.cpp
34
File::~File()
src/system/boot/loader/file_systems/packagefs/packagefs.cpp
497
struct File : ::Node {
src/system/boot/loader/file_systems/tarfs/tarfs.cpp
261
TarFS::File::~File()
src/system/boot/loader/file_systems/tarfs/tarfs.cpp
79
class File : public ::Node, public Entry {
src/tests/add-ons/print/pcl6/disasm.cpp
86
File::File(const char* filename) {
src/tests/add-ons/print/pcl6/disasm.cpp
90
File::~File() {
src/tests/system/kernel/file_corruption/fs/File.cpp
81
File::~File()
src/tools/fs_shell/command_cp.cpp
104
class File : public virtual Node {