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:filestat
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H
A
D
copy_file_range03.c
23
struct stat
filestat
;
in get_timestamp()
local
25
fstat(fd, &
filestat
);
in get_timestamp()
26
return
filestat
.st_mtim;
in get_timestamp()
/third_party/skia/src/ports/skia_ohos/
H
A
D
FontConfig_ohos.cpp
1083
struct stat
filestat
;
in scanFonts()
local
1087
stat(node->d_name, &
filestat
);
in scanFonts()
1088
if(S_ISDIR(
filestat
.st_mode)) {
in scanFonts()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
mod.rs
451
pub stqe_next: *mut
filestat
,
454
pub struct
filestat
{
structure names
469
pub stqh_first: *mut
filestat
,
470
pub stqh_last: *mut *mut
filestat
,
4556
fst: *mut
filestat
,
in procstat_get_socket_info()
4562
fst: *mut
filestat
,
in procstat_get_vnode_info()
4568
fst: *mut
filestat
,
in procstat_get_pts_info()
4574
fst: *mut
filestat
,
in procstat_get_shm_info()
Completed in 13 milliseconds