Home
last modified time | relevance | path

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

/haiku/headers/os/storage/
H A DAppFileInfo.h39 B_USE_RESOURCES = 0x2, enumerator
/haiku/src/kits/storage/mime/
H A DMimeInfoUpdater.cpp140 appFileInfoRead.SetInfoLocation(B_USE_RESOURCES); in Do()
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp134 if (error != B_OK || (where & B_USE_RESOURCES) == 0) { in SetTo()
942 location = info_location(location & ~B_USE_RESOURCES); in SetInfoLocation()
957 return (fWhere & B_USE_RESOURCES) != 0; in IsUsingResources()
/haiku/src/kits/storage/
H A DAppFileInfo.cpp134 if (error != B_OK || (where & B_USE_RESOURCES) == 0) { in SetTo()
936 location = info_location(location & ~B_USE_RESOURCES); in SetInfoLocation()
951 return (fWhere & B_USE_RESOURCES) != 0; in IsUsingResources()
/haiku/docs/user/storage/
H A DAppFileInfo.dox851 - \c B_USE_RESOURCES: Store the data in the resources.
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp2716 appFileInfo.SetInfoLocation(B_USE_RESOURCES); in InfoLocationTester()