Home
last modified time | relevance | path

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

/haiku/headers/os/storage/
H A DAppFileInfo.h66 status_t GetAppFlags(uint32* flags) const;
/haiku/src/kits/storage/mime/
H A DMimeInfoUpdater.cpp165 err = appFileInfoRead.GetAppFlags(&appFlags); in Do()
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp472 return info.GetAppFlags(&value.flags); in Get()
1350 CHK(equals(appFileInfo.GetAppFlags(NULL), B_BAD_ADDRESS, B_BAD_VALUE)); in AppFlagsTest()
1357 CHK(appFileInfo.GetAppFlags(&flags) == B_NO_INIT); in AppFlagsTest()
1366 CHK(appFileInfo.GetAppFlags(&flags) == B_ENTRY_NOT_FOUND); in AppFlagsTest()
1380 CHK(appFileInfo.GetAppFlags(&flags) == B_OK); in AppFlagsTest()
1388 CHK(appFileInfo.GetAppFlags(&flags) == B_OK); in AppFlagsTest()
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp573 if (info.GetAppFlags(&flags) == B_OK) in _SetTo()
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp297 BAppFileInfo::GetAppFlags(uint32* flags) const in GetAppFlags() function in BAppFileInfo
/haiku/src/kits/storage/
H A DAppFileInfo.cpp297 BAppFileInfo::GetAppFlags(uint32* flags) const in GetAppFlags() function in BAppFileInfo
/haiku/src/kits/app/
H A DApplication.cpp401 fileInfo.GetAppFlags(&appFlags); in _InitData()
H A DRoster.cpp2186 || appFileInfo.GetAppFlags(_appFlags) != B_OK) { in _ResolveApp()
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp1758 if (appFileInfo.GetAppFlags(&flags) != B_OK) in CanOpenWithFilter()
/haiku/docs/user/storage/
H A DAppFileInfo.dox271 \fn status_t BAppFileInfo::GetAppFlags(uint32* flags) const