Symbol: IsUsingAttributes
headers/os/storage/AppFileInfo.h
110
bool IsUsingAttributes() const;
src/build/libbe/storage/AppFileInfo.cpp
1006
if (IsUsingAttributes()) {
src/build/libbe/storage/AppFileInfo.cpp
1094
if (!IsUsingAttributes() && !IsUsingResources())
src/build/libbe/storage/AppFileInfo.cpp
1100
if (IsUsingAttributes()) {
src/build/libbe/storage/AppFileInfo.cpp
1130
if (!IsUsingAttributes() && !IsUsingResources())
src/build/libbe/storage/AppFileInfo.cpp
1136
if (IsUsingAttributes()) {
src/kits/storage/AppFileInfo.cpp
1042
if (IsUsingAttributes()) {
src/kits/storage/AppFileInfo.cpp
1150
if (!IsUsingAttributes() && !IsUsingResources())
src/kits/storage/AppFileInfo.cpp
1156
if (IsUsingAttributes()) {
src/kits/storage/AppFileInfo.cpp
1201
if (!IsUsingAttributes() && !IsUsingResources())
src/kits/storage/AppFileInfo.cpp
1207
if (IsUsingAttributes()) {
src/tests/kits/storage/AppFileInfoTest.cpp
1028
CHK(appFileInfo.IsUsingAttributes() == hasInitialLocation);
src/tests/kits/storage/AppFileInfoTest.cpp
1038
CHK(appFileInfo.IsUsingAttributes() == hasInitialLocation);
src/tests/kits/storage/AppFileInfoTest.cpp
1047
CHK(appFileInfo.IsUsingAttributes() == hasInitialLocation);
src/tests/kits/storage/AppFileInfoTest.cpp
1056
CHK(appFileInfo.IsUsingAttributes() == true);
src/tests/kits/storage/AppFileInfoTest.cpp
1077
CHK(appFileInfo.IsUsingAttributes() == hasInitialLocation);
src/tests/kits/storage/AppFileInfoTest.cpp
1087
CHK(appFileInfo.IsUsingAttributes() == hasInitialLocation);
src/tests/kits/storage/AppFileInfoTest.cpp
1098
CHK(appFileInfo.IsUsingAttributes() == true);
src/tests/kits/storage/AppFileInfoTest.cpp
1109
CHK(appFileInfo.IsUsingAttributes() == true);
src/tests/kits/storage/AppFileInfoTest.cpp
1120
CHK(appFileInfo.IsUsingAttributes() == true);
src/tests/kits/storage/AppFileInfoTest.cpp
2681
CHK(appFileInfo.IsUsingAttributes() == true);
src/tests/kits/storage/AppFileInfoTest.cpp
2685
CHK(appFileInfo.IsUsingAttributes() == true);
src/tests/kits/storage/AppFileInfoTest.cpp
2698
CHK(appFileInfo.IsUsingAttributes() == true);
src/tests/kits/storage/AppFileInfoTest.cpp
2713
CHK(appFileInfo.IsUsingAttributes() == true);
src/tests/kits/storage/AppFileInfoTest.cpp
2721
CHK(appFileInfo.IsUsingAttributes() == false);