Searched refs:B_USE_RESOURCES (Results 1 – 6 of 6) sorted by relevance
39 B_USE_RESOURCES = 0x2, enumerator
140 appFileInfoRead.SetInfoLocation(B_USE_RESOURCES); in Do()
134 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()
134 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()
851 - \c B_USE_RESOURCES: Store the data in the resources.
2716 appFileInfo.SetInfoLocation(B_USE_RESOURCES); in InfoLocationTester()