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:policy_data
(Results
1 - 2
of
2
) sorted by relevance
/third_party/toybox/toys/android/
H
A
D
load_policy.c
24
char *
policy_data
= xmmap(0, policy_len, PROT_READ, MAP_PRIVATE, fd, 0);
in load_policy_main()
local
27
if (security_load_policy(
policy_data
, policy_len) < 0)
in load_policy_main()
30
munmap(
policy_data
, policy_len);
in load_policy_main()
/third_party/selinux/libsepol/src/
H
A
D
write.c
53
struct
policy_data
{
struct
455
struct
policy_data
*pd = ptr;
in sens_write()
483
struct
policy_data
*pd = ptr;
in cat_write()
723
struct
policy_data
*pd = ptr;
in cond_write_bool()
926
struct
policy_data
*pd = ptr;
in perm_write()
951
struct
policy_data
*pd = ptr;
in common_write()
1033
struct
policy_data
*pd = ptr;
in class_write()
1135
struct
policy_data
*pd = ptr;
in role_write()
1214
struct
policy_data
*pd = ptr;
in type_write()
1292
struct
policy_data
*p
in user_write()
[all...]
Completed in 3 milliseconds