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:FTS_XDEV
(Results
1 - 6
of
6
) sorted by relevance
/third_party/FreeBSD/include/
H
A
D
fts.h
97
#define
FTS_XDEV
0x040 /* don't cross devices */
macro
/third_party/libabigail/src/
H
A
D
abg-tools-utils.cc
2270
FTS_PHYSICAL|FTS_NOCHDIR|
FTS_XDEV
, 0);
in find_file_under_dir()
2407
FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|
FTS_XDEV
, 0);
in find_vmlinux_and_module_paths()
2449
FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|
FTS_XDEV
, 0);
in find_vmlinux_path()
/third_party/FreeBSD/lib/libc/gen/
H
A
D
fts.c
353
(ISSET(
FTS_XDEV
) && p->fts_dev != sp->fts_dev)) {
in fts_read()
/third_party/selinux/libselinux/src/
H
A
D
selinux_restorecon.c
937
/* If the
FTS_XDEV
flag is set and the device is different */
in selinux_restorecon_thread()
1284
fts_flags = FTS_PHYSICAL | FTS_NOCHDIR |
FTS_XDEV
;
in selinux_restorecon_common()
1297
* Keep the inode of the first device. This is because the
FTS_XDEV
in selinux_restorecon_common()
1302
* directories with a different device number when the
FTS_XDEV
flag
in selinux_restorecon_common()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H
A
D
libcpuset.c
3213
fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_NOSTAT |
FTS_XDEV
;
in cpuset_fts_open()
/third_party/elfutils/debuginfod/
H
A
D
debuginfod.cxx
3640
(traverse_logical ? FTS_LOGICAL : FTS_PHYSICAL|
FTS_XDEV
)
in scan_source_paths()
Completed in 17 milliseconds