OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dirfd
(Results
301 - 325
of
491
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/bionic/libc/
libc.x86_64.map
228
dirfd
;
libc.mips.brillo.map
296
dirfd
;
libc.x86.brillo.map
294
dirfd
;
/bionic/libc/tools/
posix-2013.txt
178
dirfd
/development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.functions.txt
275
dirfd
/development/ndk/platforms/android-21/arch-arm64/symbols/
libc.so.versions.txt
205
dirfd
;
/development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.functions.txt
259
dirfd
/development/ndk/platforms/android-21/arch-mips64/symbols/
libc.so.versions.txt
205
dirfd
;
/development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.functions.txt
257
dirfd
/development/ndk/platforms/android-21/arch-x86_64/symbols/
libc.so.versions.txt
205
dirfd
;
/development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.functions.txt
298
dirfd
/development/ndk/platforms/android-23/arch-arm64/symbols/
libc.so.functions.txt
217
dirfd
libc.so.versions.txt
228
dirfd
;
/development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.functions.txt
282
dirfd
/development/ndk/platforms/android-23/arch-mips64/symbols/
libc.so.functions.txt
217
dirfd
libc.so.versions.txt
228
dirfd
;
/development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.functions.txt
280
dirfd
/development/ndk/platforms/android-23/arch-x86_64/symbols/
libc.so.functions.txt
217
dirfd
libc.so.versions.txt
228
dirfd
;
/external/dbus/
config.h
112
/* Have
dirfd
function */
/prebuilts/go/darwin-x86/src/syscall/
exec_plan9.go
94
// readdirnames returns the names of files inside the directory represented by
dirfd
.
95
func readdirnames(
dirfd
int) (names []string, err error) {
100
n, e := Read(
dirfd
, buf[:])
/prebuilts/go/linux-x86/src/syscall/
exec_plan9.go
94
// readdirnames returns the names of files inside the directory represented by
dirfd
.
95
func readdirnames(
dirfd
int) (names []string, err error) {
100
n, e := Read(
dirfd
, buf[:])
/system/security/keystore/
keystore.cpp
734
unlinkat(
dirfd
(dir), file->d_name, 0);
743
if (renameat(
dirfd
(dir), file->d_name,
dirfd
(otherdir), file->d_name) < 0) {
/system/vold/
CommandListener.cpp
362
fpathconf(
dirfd
(d), _PC_NAME_MAX) + 1;
692
openat(
dirfd
(dir.get()), pid_str.c_str(), O_RDONLY | O_DIRECTORY | O_CLOEXEC));
717
android::vold::SaneReadLinkAt(
dirfd
(dir.get()), "1/ns/mnt", rootName, PATH_MAX);
/external/tcpdump/
tcpdump.c
475
int
dirfd
;
member in struct:dump_info
[
all
...]
Completed in 912 milliseconds
<<
11
12
13
14
15
16
17
18
19
20