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

/haiku-fatelf/src/servers/registrar/mime/
H A DUpdateMimeInfoThread.cpp27 static const char *kAppFlagsAttribute = "BEOS:APP_FLAGS"; member in namespace:BPrivate::Storage::Mime
168 file.RemoveAttr(kAppFlagsAttribute);
/haiku-fatelf/src/build/libbe/storage/mime/
H A DUpdateMimeInfoThread.cpp47 static const char *kAppFlagsAttribute = "BEOS:APP_FLAGS"; member in namespace:BPrivate::Storage::Mime
288 file.RemoveAttr(kAppFlagsAttribute);
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp31 static const char* kAppFlagsAttribute = "BEOS:APP_FLAGS"; variable
441 error = _ReadData(kAppFlagsAttribute, kAppFlagsResourceID,
469 error = _WriteData(kAppFlagsAttribute, kAppFlagsResourceID,
492 error = _RemoveData(kAppFlagsAttribute, B_APP_FLAGS_TYPE);
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp29 static const char *kAppFlagsAttribute = "BEOS:APP_FLAGS"; variable
412 error = _ReadData(kAppFlagsAttribute, kAppFlagsResourceID,
440 error = _WriteData(kAppFlagsAttribute, kAppFlagsResourceID,
/haiku-fatelf/src/tests/kits/storage/
H A DAppFileInfoTest.cpp62 static const char *kAppFlagsAttribute = "BEOS:APP_FLAGS"; variable
481 CheckAttr(file, kAppFlagsAttribute, APP_FLAGS_TYPE, &value.flags,
487 ::CheckResource(file, kAppFlagsAttribute, kAppFlagsResourceID,
816 CheckAttr(node, kAppFlagsAttribute, APP_FLAGS_TYPE, &flags, sizeof(flags));
824 CheckResource(file, kAppFlagsAttribute, kAppFlagsResourceID,

Completed in 122 milliseconds