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:root_fid
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H
A
D
fanotify15.c
84
struct fanotify_fid_t
root_fid
, dir_fid, file_fid;
in do_test()
local
94
fanotify_save_fid(TEST_DIR, &
root_fid
);
in do_test()
98
event_set[count].fid = &
root_fid
;
in do_test()
150
event_set[count].fid = &
root_fid
;
in do_test()
H
A
D
fanotify16.c
263
struct fanotify_fid_t
root_fid
, dir_fid, file_fid;
in do_test()
local
293
fanotify_save_fid(MOUNT_PATH, &
root_fid
);
in do_test()
325
event_set[tst_count].fid = &
root_fid
;
in do_test()
482
* info record of
root_fid
+DIR_NAME1 and the 2nd FAN_RENAME event has the
in do_test()
483
* info record of
root_fid
+DIR_NAME2.
in do_test()
488
event_set[tst_count].fid = &
root_fid
;
in do_test()
499
event_set[tst_count].fid = &
root_fid
;
in do_test()
505
event_set[tst_count].fid = &
root_fid
;
in do_test()
512
event_set[tst_count].fid = &
root_fid
;
in do_test()
/third_party/curl/tests/
H
A
D
smbserver.py
297
def get_share_path(self, conn_data,
root_fid
, tid):
301
if
root_fid
> 0:
303
path = conn_data["OpenedFiles"][
root_fid
]["FileName"]
/third_party/curl/lib/
H
A
D
smb.c
168
unsigned int
root_fid
;
member
Completed in 8 milliseconds