B_USE_RESOURCES
if (error != B_OK || (where & B_USE_RESOURCES) == 0) {
location = info_location(location & ~B_USE_RESOURCES);
return (fWhere & B_USE_RESOURCES) != 0;
if (error != B_OK || (where & B_USE_RESOURCES) == 0) {
location = info_location(location & ~B_USE_RESOURCES);
return (fWhere & B_USE_RESOURCES) != 0;
appFileInfoRead.SetInfoLocation(B_USE_RESOURCES);
appFileInfo.SetInfoLocation(B_USE_RESOURCES);