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_found
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/security/tomoyo/
H
A
D
include.h
278
int
policy_found
= 0;
in write_domain_policy()
local
298
policy_found
= 1;
in write_domain_policy()
302
if (
policy_found
== is_delete) {
in write_domain_policy()
316
int
policy_found
= 0;
in write_exception_policy()
local
331
policy_found
= 1;
in write_exception_policy()
335
if (
policy_found
== is_delete) {
in write_exception_policy()
351
int
policy_found
= 0;
in set_profile()
local
368
policy_found
= 1;
in set_profile()
372
if (!
policy_found
) {
in set_profile()
H
A
D
tomoyo_policy_io_test.c
33
int
policy_found
= 0;
in try_io()
local
46
policy_found
= 1;
in try_io()
52
if (
policy_found
)
in try_io()
57
if (!
policy_found
)
in try_io()
H
A
D
tomoyo_policy_memory_test.c
55
int
policy_found
= 0;
in check_policy_common()
local
65
policy_found
= 1;
in check_policy_common()
69
if (
policy_found
!= found_expected) {
in check_policy_common()
Completed in 2 milliseconds