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:paths_ptr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libselinux/src/
H
A
D
ignore_path.c
30
ignore_path_node_t *insert_ignore_path(ignore_path_node_t **
paths_ptr
, const char *line)
in insert_ignore_path()
argument
41
new_node->next = *
paths_ptr
;
in insert_ignore_path()
42
*
paths_ptr
= new_node;
in insert_ignore_path()
65
info.
paths_ptr
= &g_ignore_paths.slash_suffix_paths;
in trim_suffix_and_get_path_info()
70
info.
paths_ptr
= &g_ignore_paths.star_suffix_paths;
in trim_suffix_and_get_path_info()
73
info.
paths_ptr
= NULL;
in trim_suffix_and_get_path_info()
76
if (info.
paths_ptr
!= NULL) {
in trim_suffix_and_get_path_info()
97
if (info.
paths_ptr
== NULL) {
in load_ignore_cfg_from_file()
101
ignore_path_node_t *new_node = insert_ignore_path(info.
paths_ptr
, line);
in load_ignore_cfg_from_file()
H
A
D
ignore_path.h
42
ignore_path_node_t *insert_ignore_path(ignore_path_node_t **
paths_ptr
, const char *line);
46
ignore_path_node_t **
paths_ptr
;
member
Completed in 1 milliseconds