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:st_mtimensec
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fuse_misc.h
42
#define ST_MTIM_NSEC(stbuf) ((stbuf)->
st_mtimensec
)
44
#define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->
st_mtimensec
= (val)
/third_party/rust/crates/rustix/tests/fs/
H
A
D
y2038.rs
57
assert_eq!(stat.
st_mtimensec
as u32, m_nsec);
in test_y2038_with_utimensat()
84
assert_eq!(stat.
st_mtimensec
as u32, m_nsec);
in test_y2038_with_utimensat()
153
assert_eq!(stat.
st_mtimensec
as u32, m_nsec);
in test_y2038_with_futimens()
180
assert_eq!(stat.
st_mtimensec
as u32, m_nsec);
in test_y2038_with_futimens()
H
A
D
futimens.rs
40
after.
st_mtimensec
as u64
in test_futimens()
H
A
D
utimensat.rs
46
after.
st_mtimensec
as u64
in test_utimensat()
/third_party/mksh/
H
A
D
funcs.c
2778
#undef
st_mtimensec
macro
2779
#define
st_mtimensec
st_mtim.tv_nsec
macro
2790
if (sb1->
st_mtimensec
< sb2->
st_mtimensec
)
in mtimecmp()
2792
if (sb1->
st_mtimensec
> sb2->
st_mtimensec
)
in mtimecmp()
H
A
D
Build.sh
2324
ac_test
st_mtimensec
'!' st_mtim 0 'for struct stat.
st_mtimensec
' <<-'EOF'
2327
int main(void) { struct stat sb; return (sizeof(sb.
st_mtimensec
)); }
/third_party/ninja/src/
H
A
D
disk_interface.cc
245
return (int64_t)st.st_mtime * 1000000000LL + st.
st_mtimensec
;
/third_party/libuv/src/unix/
H
A
D
fs.c
1348
dst->st_mtim.tv_nsec = src->
st_mtimensec
;
in uv__to_stat()
/third_party/node/deps/uv/src/unix/
H
A
D
fs.c
1459
dst->st_mtim.tv_nsec = src->
st_mtimensec
;
in uv__to_stat()
/third_party/ntfs-3g/src/
H
A
D
lowntfs-3g.c
963
stbuf->
st_mtimensec
= ts.tv_nsec;
in ntfs_fuse_getstat()
2123
= stin->
st_mtimensec
;
in ntfs_fuse_utimens()
H
A
D
ntfs-3g.c
1065
stbuf->
st_mtimensec
= ts.tv_nsec;
in ntfs_fuse_getattr()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
152
pub
st_mtimensec
: ::c_long,
/third_party/libuv/test/
H
A
D
test-fs.c
1495
ASSERT_EQ(s->st_mtim.tv_nsec, t.
st_mtimensec
);
in TEST_IMPL()
Completed in 31 milliseconds