Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 15 of 15) sorted by relevance

/ndk/tests/device/clone/jni/
Dclone.c7 int v, fd; variable
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_unistd.cpp104 static bool __is_regular_file(_STLP_fd fd) { in __is_regular_file()
110 static streamoff __file_size(_STLP_fd fd) { in __file_size()
Dfstream_stdio.cpp128 static bool __is_regular_file(_STLP_fd fd) { in __is_regular_file()
134 static streamoff __file_size(_STLP_fd fd) { in __file_size()
Dfstream_win32io.cpp72 static bool __is_regular_file(_STLP_fd fd) { in __is_regular_file()
81 static streamoff __file_size(_STLP_fd fd) { in __file_size()
/ndk/tests/device/test-gnustl-full/unit/
Dmoney_facets_test.cpp325 for ( int fd = 1; fd < dom_fmp.frac_digits(); ++fd ) { in _money_put_X_bug() local
387 for ( int fd = 1; fd < dom_fmp.frac_digits() - 1; ++fd ) { in _money_put_X_bug() local
/ndk/tests/device/test-stlport/unit/
Dmoney_facets_test.cpp325 for ( int fd = 1; fd < dom_fmp.frac_digits(); ++fd ) { in _money_put_X_bug() local
387 for ( int fd = 1; fd < dom_fmp.frac_digits() - 1; ++fd ) { in _money_put_X_bug() local
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc111 const int fd = open("/proc/self/as", O_RDONLY); in GetThreadCount() local
516 explicit CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) { in CapturedStream()
635 void CaptureStream(int fd, const char* stream_name, CapturedStream** stream) { in CaptureStream()
Dgtest-death-test.cc312 static void FailFromInternalError(int fd) { in FailFromInternalError()
388 void set_read_fd(int fd) { read_fd_ = fd; } in set_read_fd()
390 void set_write_fd(int fd) { write_fd_ = fd; } in set_write_fd()
/ndk/sources/android/cpufeatures/
Dcpu-features.c141 int fd, result = 0; in get_file_size() local
175 int fd, count; in read_file() local
550 int fd = TEMP_FAILURE_RETRY(open(filepath, O_RDONLY)); in get_elf_hwcap_from_proc_self_auxv() local
/ndk/sources/host-tools/make-3.81/
Djob.c248 create_batch_file (char const *base, int unixy, int *fd) in create_batch_file()
3051 int fd; in dup2() local
Darscan.c761 int fd; in ar_member_touch() local
Dgetloadavg.c587 int fd, count; in getloadavg() local
Dremake.c1056 int fd = open (file->name, O_RDWR | O_CREAT, 0666); in touch_file() local
Dmain.c851 int fd; in open_tmpfile() local
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.h179 _STLP_fd fd() const { return _M_base.__get_fd(); } in fd() function