Home
last modified time | relevance | path

Searched refs:AutoPackageAttributeCookie (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.cpp22 class AutoPackageAttributeCookie : public AttributeCookie { class
24 AutoPackageAttributeCookie(Package* package, AutoPackageAttribute attribute) in AutoPackageAttributeCookie() function in AutoPackageAttributeCookie
32 virtual ~AutoPackageAttributeCookie() in ~AutoPackageAttributeCookie()
144 AutoPackageAttributeCookie* cookie = new(std::nothrow) in OpenCookie()
145 AutoPackageAttributeCookie(package, attribute); in OpenCookie()