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

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp444 // AppFlagsValue
445 struct AppFlagsValue struct
447 AppFlagsValue() : flags() {} function in struct:AppFlagsValue
448 AppFlagsValue(uint32 flags) : flags(flags) {} function in struct:AppFlagsValue
450 bool operator==(const AppFlagsValue &value)
461 static status_t Set(BAppFileInfo &info, const AppFlagsValue &value)
470 static status_t Get(BAppFileInfo &info, AppFlagsValue &value)
479 static void CheckAttribute(BNode &file, const AppFlagsValue &value)
485 static void CheckResource(BFile &file, const AppFlagsValue &value)
2755 InfoLocationTester<AppFlagsValue, AppFlagsSette
[all...]

Completed in 85 milliseconds