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:ftsent
(Results
1 - 4
of
4
) sorted by relevance
/third_party/selinux/libselinux/src/
H
A
D
selinux_restorecon.c
919
FTSENT *
ftsent
;
in selinux_restorecon_thread()
local
929
ftsent
= state->ftsent_first;
in selinux_restorecon_thread()
935
while (((void)(errno = 0),
ftsent
= fts_read(fts)) != NULL) {
in selinux_restorecon_thread()
939
ftsent
->fts_statp->st_dev != state->dev_num)
in selinux_restorecon_thread()
942
switch (
ftsent
->fts_info) {
in selinux_restorecon_thread()
946
ftsent
->fts_path);
in selinux_restorecon_thread()
955
errno =
ftsent
->fts_errno;
in selinux_restorecon_thread()
958
ftsent
->fts_path);
in selinux_restorecon_thread()
960
fts_set(fts,
ftsent
, FTS_SKIP);
in selinux_restorecon_thread()
964
errno =
ftsent
in selinux_restorecon_thread()
1563
FTSENT *
ftsent
;
selinux_restorecon_xattr()
local
[all...]
/third_party/selinux/libselinux/utils/
H
A
D
selabel_get_digests_all_partial_matches.c
35
FTSENT *
ftsent
;
in main()
local
93
while ((
ftsent
= fts_read(fts)) != NULL) {
in main()
94
switch (
ftsent
->fts_info) {
in main()
104
ftsent
->fts_path,
in main()
118
ftsent
->fts_path);
in main()
130
ftsent
->fts_path);
in main()
136
ftsent
->fts_path);
in main()
/third_party/FreeBSD/include/
H
A
D
fts.h
171
#define fts_get_stream(
ftsent
) ((
ftsent
)->fts_fts)
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H
A
D
libcpuset.c
3200
FTSENT *
ftsent
;
in cpuset_fts_open()
local
3224
while ((
ftsent
= fts_read(fts)) != NULL) {
in cpuset_fts_open()
3225
if (
ftsent
->fts_info != FTS_D &&
ftsent
->fts_info != FTS_DNR)
in cpuset_fts_open()
3228
/*
ftsent
is a directory (perhaps unreadable) ==> cpuset */
in cpuset_fts_open()
3236
relpath =
ftsent
->fts_path + strlen(cpusetmnt);
in cpuset_fts_open()
3242
if (
ftsent
->fts_info == FTS_DNR) {
in cpuset_fts_open()
3244
ep->err =
ftsent
->fts_errno;
in cpuset_fts_open()
3248
/*
ftsent
is a -readable- cpuset: set entry's stat, etc */
in cpuset_fts_open()
3252
if (stat(
ftsent
in cpuset_fts_open()
[all...]
Completed in 7 milliseconds