Searched refs:AttrCookie (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h132 struct AttrCookie;
H A DFUSEVolume.cpp282 struct FUSEVolume::AttrCookie : RWLockable { struct in class:FUSEVolume
284 AttrCookie(const char* name) function in struct:FUSEVolume::AttrCookie
293 AttrCookie(const char* name, const char* value) function in struct:FUSEVolume::AttrCookie
302 ~AttrCookie()
2526 *_cookie = new(std::nothrow)AttrCookie(name, mimeType);
2534 AttrCookie* cookie = new(std::nothrow)AttrCookie(name);
2570 delete (AttrCookie*)_cookie;
2579 AttrCookie* cookie = (AttrCookie*)_cooki
[all...]

Completed in 50 milliseconds