Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/include/file_sharing/
H A Dacl.h79 bool IsExecutable() const in IsExecutable() function in OHOS::StorageDaemon::ACL_PERM
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dacl.h84 bool IsExecutable() const in IsExecutable() function in OHOS::Media::ACL_PERM
/foundation/distributeddatamgr/kv_store/databaseutils/include/
H A Dacl.h64 bool IsExecutable() const { return (value_ & EXECUTE) == EXECUTE; } in IsExecutable() function in OHOS::DATABASE_UTILS::ACL_PERM
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dacl.cpp59 if (entry.perm.IsReadable() || entry.perm.IsWritable() || entry.perm.IsExecutable()) { in CompareInsertEntry()
/foundation/distributeddatamgr/kv_store/databaseutils/test/
H A Dacl_test.cpp240 EXPECT_TRUE(perm1.IsExecutable()); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/databaseutils/src/
H A Dacl.cpp71 if (isNecessary || entry.perm_.IsReadable() || entry.perm_.IsWritable() || entry.perm_.IsExecutable()) { in CompareInsertEntry()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dacl.cpp109 if (entry.perm.IsReadable() || entry.perm.IsWritable() || entry.perm.IsExecutable()) { in CompareInsertEntry()

Completed in 6 milliseconds