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

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp1371 uint32 testFlags1 = B_SINGLE_LAUNCH | B_BACKGROUND_APP; local
1377 CHK(appFileInfo.SetAppFlags(testFlags1) == B_OK);
1381 CHK(flags == testFlags1);
1382 CheckAppFlagsAttr(file, testFlags1);
1384 CheckAppFlagsResource(file, testFlags1);

Completed in 81 milliseconds