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:statvfs64
(Results
1 - 25
of
40
) sorted by relevance
1
2
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/
H
A
D
stat_statvfs64_test.cpp
12
* @tc.desc: Verify whether the
statvfs64
() function successfully retrieves the filesystem
19
struct
statvfs64
buf;
in HWTEST_F()
20
EXPECT_EQ(0,
statvfs64
(path, &buf));
in HWTEST_F()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
statvfs.h
46
#define
statvfs64
statvfs
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
statvfs.h
43
#define
statvfs64
statvfs
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
statvfs.h
46
#define
statvfs64
statvfs
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
statvfs.h
46
#define
statvfs64
statvfs
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
statvfs.h
46
#define
statvfs64
statvfs
macro
/third_party/musl/include/sys/
H
A
D
statvfs.h
47
#define
statvfs64
statvfs
macro
/third_party/musl/src/stat/
H
A
D
statvfs.c
61
weak_alias(statvfs,
statvfs64
);
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H
A
D
mod.rs
21
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H
A
D
mod.rs
85
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H
A
D
mod.rs
94
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H
A
D
mod.rs
188
pub struct
statvfs64
{
structure names
/third_party/rust/crates/rustix/src/backend/libc/
H
A
D
offset.rs
405
c::
statvfs64
as libc_statvfs,
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
1677
pub fn
statvfs64
(path: *const ::c_char, buf: *mut
statvfs64
) -> ::c_int;
in statvfs64()
functions
1678
pub fn fstatvfs64(fd: ::c_int, buf: *mut
statvfs64
) -> ::c_int;
in fstatvfs64()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H
A
D
mod.rs
67
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H
A
D
hexagon.rs
117
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H
A
D
powerpc.rs
94
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H
A
D
mod.rs
58
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H
A
D
mod.rs
133
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H
A
D
mod.rs
114
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H
A
D
mod.rs
95
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H
A
D
mod.rs
95
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H
A
D
mod.rs
138
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H
A
D
mod.rs
132
pub struct
statvfs64
{
structure names
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H
A
D
mod.rs
122
pub struct
statvfs64
{
structure names
Completed in 43 milliseconds
1
2