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:tomoyo_encode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
realpath.c
69
*
tomoyo_encode
- Encode binary string to ascii string.
78
char *
tomoyo_encode
(const char *str)
in tomoyo_encode()
function
288
name =
tomoyo_encode
(pos);
in tomoyo_realpath_from_path()
H
A
D
mount.c
97
requested_type =
tomoyo_encode
(type);
in tomoyo_mount_acl()
150
requested_dev_name =
tomoyo_encode
(dev_name);
in tomoyo_mount_acl()
H
A
D
common.h
954
char *
tomoyo_encode
(const char *str);
H
A
D
file.c
127
* @buf must be generated by
tomoyo_encode
() because this function does not
135
* This is OK because
tomoyo_encode
() reserves space for appending "/".
in tomoyo_add_slash()
831
symlink_target.name =
tomoyo_encode
(target);
in tomoyo_path_perm()
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
mount.c
97
requested_type =
tomoyo_encode
(type);
in tomoyo_mount_acl()
150
requested_dev_name =
tomoyo_encode
(dev_name);
in tomoyo_mount_acl()
H
A
D
realpath.c
69
*
tomoyo_encode
- Encode binary string to ascii string.
78
char *
tomoyo_encode
(const char *str)
in tomoyo_encode()
function
283
name =
tomoyo_encode
(pos);
in tomoyo_realpath_from_path()
H
A
D
file.c
127
* @buf must be generated by
tomoyo_encode
() because this function does not
135
* This is OK because
tomoyo_encode
() reserves space for appending "/".
in tomoyo_add_slash()
831
symlink_target.name =
tomoyo_encode
(target);
in tomoyo_path_perm()
H
A
D
common.h
954
char *
tomoyo_encode
(const char *str);
Completed in 10 milliseconds