Searched refs:AttributeCookie (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DAttributeCookie.cpp7 #include "AttributeCookie.h"
10 AttributeCookie::~AttributeCookie()
16 AttributeCookie::Close()
H A DAttributeCookie.h14 class AttributeCookie { class
16 virtual ~AttributeCookie();
H A DAutoPackageAttributes.h12 class AttributeCookie;
34 int openMode, AttributeCookie*& _cookie);
H A DUnpackingAttributeCookie.h9 #include "AttributeCookie.h"
18 class UnpackingAttributeCookie : public AttributeCookie {
27 int openMode, AttributeCookie*& _cookie);
H A DAutoPackageAttributes.cpp16 #include "AttributeCookie.h"
26 class AutoPackageAttributeCookie : public AttributeCookie {
128 int openMode, AttributeCookie*& _cookie)
H A DNode.cpp113 Node::OpenAttribute(const char* name, int openMode, AttributeCookie*& _cookie)
H A DUnpackingDirectory.h40 AttributeCookie*& _cookie);
H A DUnpackingLeafNode.h52 AttributeCookie*& _cookie);
H A DNode.h20 class AttributeCookie;
91 AttributeCookie*& _cookie);
H A Dkernel_interface.cpp20 #include "AttributeCookie.h"
778 AttributeCookie* cookie;
791 AttributeCookie* cookie = (AttributeCookie*)_cookie;
801 AttributeCookie* cookie = (AttributeCookie*)_cookie;
820 AttributeCookie* cookie = (AttributeCookie*)_cookie;
837 AttributeCookie* cookie = (AttributeCookie*)_cooki
[all...]
H A DUnpackingAttributeCookie.cpp84 int openMode, AttributeCookie*& _cookie)
H A DUnpackingDirectory.cpp174 AttributeCookie*& _cookie)
H A DQuery.cpp11 #include "AttributeCookie.h"
183 AttributeCookie* cookie;
H A DUnpackingLeafNode.cpp287 AttributeCookie*& _cookie)
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp26 // AttributeCookie
27 class BeOSKernelVolume::AttributeCookie { class in class:BeOSKernelVolume
29 AttributeCookie(const char* name, uint32 type, int openMode, bool exists, function in class:BeOSKernelVolume::AttributeCookie
588 AttributeCookie* cookie = (AttributeCookie*)_cookie;
604 AttributeCookie* cookie = (AttributeCookie*)_cookie;
624 AttributeCookie* cookie = (AttributeCookie*)_cookie;
644 AttributeCookie* cooki
[all...]
H A DBeOSKernelVolume.h157 class AttributeCookie;
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp313 struct AttributeCookie { struct
318 AttributeCookie(const char* name) function in struct:AttributeCookie
326 ~AttributeCookie()
1880 AttributeCookie* cookie = new(std::nothrow) AttributeCookie(name);
1885 ObjectDeleter<AttributeCookie> cookieDeleter(cookie);
1947 AttributeCookie* cookie = new(std::nothrow) AttributeCookie(name);
1952 ObjectDeleter<AttributeCookie> cookieDeleter(cookie);
2021 AttributeCookie* cooki
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1449 // AttributeCookie
1450 class AttributeCookie { class
1452 AttributeCookie() : fOpenMode(0), fLastNotificationTime(0) {} function in class:AttributeCookie
1516 AttributeCookie *cookie = new(nothrow) AttributeCookie();
1519 ObjectDeleter<AttributeCookie> cookieDeleter(cookie);
1586 AttributeCookie *cookie = NULL;
1588 cookie = new(nothrow) AttributeCookie();
1644 AttributeCookie *cookie = (AttributeCookie*)_cooki
[all...]

Completed in 60 milliseconds