Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsExecutable
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/include/file_sharing/
H
A
D
acl.h
79
bool
IsExecutable
() const
in IsExecutable()
function in OHOS::StorageDaemon::ACL_PERM
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H
A
D
acl.h
84
bool
IsExecutable
() const
in IsExecutable()
function in OHOS::Media::ACL_PERM
/foundation/distributeddatamgr/kv_store/databaseutils/include/
H
A
D
acl.h
64
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
D
acl.cpp
59
if (entry.perm.IsReadable() || entry.perm.IsWritable() || entry.perm.
IsExecutable
()) {
in CompareInsertEntry()
/foundation/distributeddatamgr/kv_store/databaseutils/test/
H
A
D
acl_test.cpp
240
EXPECT_TRUE(perm1.
IsExecutable
());
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/databaseutils/src/
H
A
D
acl.cpp
71
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
D
acl.cpp
109
if (entry.perm.IsReadable() || entry.perm.IsWritable() || entry.perm.
IsExecutable
()) {
in CompareInsertEntry()
Completed in 5 milliseconds