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:context_new
(Results
1 - 12
of
12
) sorted by relevance
/third_party/selinux/libselinux/src/
H
A
D
get_context_list.c
30
con =
context_new
(*ptr);
in get_default_context_with_role()
80
con =
context_new
(fromcon);
in get_default_context_with_rolelevel()
156
con =
context_new
(fromcon);
in get_context_user()
241
usercon =
context_new
(usercon_str);
in get_context_user()
368
con =
context_new
(fromcon);
in get_ordered_context_list_with_level()
H
A
D
query_user_context.c
124
new_context =
context_new
("user:role:type:level");
in manual_user_enter_context()
126
new_context =
context_new
("user:role:type");
in manual_user_enter_context()
H
A
D
selinux_check_securetty_context.c
19
context_t con =
context_new
(tty_context);
in selinux_check_securetty_context()
H
A
D
setexecfilecon.c
31
con =
context_new
(mycon);
in setexecfilecon()
H
A
D
is_customizable_type.c
74
c =
context_new
(scontext);
in is_context_customizable()
H
A
D
context.c
22
context_t
context_new
(const char *str)
in context_new()
function
H
A
D
selinux_restorecon.c
598
cona =
context_new
(curcon);
in compare_types()
603
conb =
context_new
(newcon);
in compare_types()
/third_party/selinux/libselinux/include/selinux/
H
A
D
context.h
20
extern context_t
context_new
(const char *str);
/third_party/eudev/src/shared/
H
A
D
selinux-util.c
283
bcon =
context_new
(mycon);
in mac_selinux_get_child_mls_label()
287
pcon =
context_new
(peercon);
in mac_selinux_get_child_mls_label()
/third_party/glfw/src/
H
A
D
wl_platform.h
181
#define xkb_context_new _glfw.wl.xkb.
context_new
485
PFN_xkb_context_new
context_new
;
member
H
A
D
wl_init.c
674
_glfw.wl.xkb.
context_new
= (PFN_xkb_context_new)
in _glfwInitWayland()
715
if (!_glfw.wl.xkb.
context_new
||
in _glfwInitWayland()
/third_party/python/Modules/_decimal/
H
A
D
_decimal.c
1244
context_new
(PyTypeObject *type, PyObject *args UNUSED, PyObject *kwds UNUSED)
in context_new()
function
5721
context_new
, /* tp_new */
Completed in 19 milliseconds