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:SYS_chown
(Results
1 - 25
of
34
) sorted by relevance
1
2
/third_party/musl/src/unistd/
H
A
D
chown.c
7
#ifdef
SYS_chown
in chown()
8
return syscall(
SYS_chown
, path, uid, gid);
in chown()
H
A
D
fchown.c
14
#ifdef
SYS_chown
in fchown()
15
return syscall(
SYS_chown
, buf, uid, gid);
in fchown()
/third_party/musl/porting/linux/user/include/sys/
H
A
D
syscall.h
22
#undef
SYS_chown
macro
41
#define
SYS_chown
SYS_chown32
macro
/third_party/musl/include/sys/
H
A
D
syscall.h
21
#undef
SYS_chown
macro
40
#define
SYS_chown
SYS_chown32
macro
/third_party/musl/porting/liteos_m/user/src/internal/
H
A
D
syscall.h
87
#undef
SYS_chown
macro
106
#define
SYS_chown
SYS_chown32
macro
/third_party/musl/src/internal/
H
A
D
syscall.h
100
#undef
SYS_chown
macro
119
#define
SYS_chown
SYS_chown32
macro
/third_party/musl/porting/linux/user/src/internal/
H
A
D
syscall.h
100
#undef
SYS_chown
macro
119
#define
SYS_chown
SYS_chown32
macro
/third_party/musl/porting/liteos_m/user/include/bits/
H
A
D
syscall.h
565
#define
SYS_chown
182
macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H
A
D
not_x32.rs
171
pub const
SYS_chown
: ::c_long = 92;
consts
H
A
D
x32.rs
135
pub const
SYS_chown
: ::c_long = __X32_SYSCALL_BIT + 92;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H
A
D
arm.rs
295
pub const
SYS_chown
: ::c_long = 182;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H
A
D
mod.rs
463
pub const
SYS_chown
: ::c_long = 4000 + 202;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H
A
D
hexagon.rs
339
pub const
SYS_chown
: ::c_int = 1029;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H
A
D
mod.rs
339
pub const
SYS_chown
: ::c_long = 182;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H
A
D
powerpc.rs
608
pub const
SYS_chown
: ::c_long = 181;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H
A
D
mod.rs
355
pub const
SYS_chown
: ::c_long = 4000 + 202;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H
A
D
mod.rs
476
pub const
SYS_chown
: ::c_long = 13;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
H
A
D
mod.rs
489
pub const
SYS_chown
: ::c_long = 92;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H
A
D
mod.rs
610
pub const
SYS_chown
: ::c_long = 198;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H
A
D
mod.rs
608
pub const
SYS_chown
: ::c_long = 182;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H
A
D
mod.rs
613
pub const
SYS_chown
: ::c_long = 182;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
H
A
D
mod.rs
343
pub const
SYS_chown
: ::c_long = 92;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H
A
D
s390x.rs
690
pub const
SYS_chown
: ::c_long = 212;
consts
H
A
D
powerpc64.rs
406
pub const
SYS_chown
: ::c_long = 181;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H
A
D
mod.rs
335
pub const
SYS_chown
: ::c_long = 5000 + 90;
consts
Completed in 49 milliseconds
1
2