HomeSort by relevance Sort by last modified time
    Searched full:fileno (Results 726 - 750 of 1199) sorted by null

<<21222324252627282930>>

  /external/curl/src/
tool_operate.c 734 isatty(fileno(outs.stream)))
    [all...]
  /external/tcpdump/
tcpdump.c 985 int fd = fileno(pcap_dump_file(p));
    [all...]
  /external/nanopb-c/generator/
nanopb_generator.py     [all...]
  /external/v8/tools/
ll_prof.py 366 self.log = mmap.mmap(self.log_file.fileno(), 0, mmap.MAP_PRIVATE)
644 self.trace = mmap.mmap(self.trace_file.fileno(), 0, mmap.MAP_PRIVATE)
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 945 dup2(fd, fileno(redirect));
987 TEMP_FAILURE_RETRY(dup2(fd, fileno(redirect)));
    [all...]
  /system/core/adb/
adb.cpp 519 const int original_fd = fileno(nStdHandle == STD_OUTPUT_HANDLE ? stdout : stderr);
527 // If fileno() is -2, stdout/stderr is not associated with an output stream, so we should read,
    [all...]
  /bionic/libc/stdio/
stdio.cpp 390 int fileno(FILE* fp) { function
  /bootable/recovery/
screen_ui.cpp 673 fstat(fileno(fp), &sb);
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
miniterm.py 122 self.fd = sys.stdin.fileno()
  /external/icu/icu4c/source/test/depstest/
dependencies.txt 72 fopen fclose fgets fread fseek ftell rewind feof fileno
  /external/libchrome/base/
logging.cc 569 if (fstat(fileno(stderr), &stderr_stat) == -1) {
  /external/libpcap/
sf-pcap.c 79 #define SET_BINMODE(f) setmode(fileno(f), O_BINARY)
  /external/libselinux/src/
label_file.c 440 if (fstat(fileno(fp), &sb) < 0)
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 231 TLI.setUnavailable(LibFunc::fileno);
  /external/ltrace/
options.c 643 fcntl(fileno(options.output), F_SETFD, FD_CLOEXEC);
  /external/selinux/libselinux/src/
label_file.c 449 if (fstat(fileno(fp), &sb) < 0)
  /external/selinux/policycoreutils/sandbox/
sandbox 139 fcntl.fcntl(sock.fileno(), fcntl.F_SETFD, fcntl.FD_CLOEXEC)
  /external/skia/
PRESUBMIT.py 225 os.isatty(sys.stdout.fileno())):
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 118 int fd = fileno(file);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /frameworks/base/libs/androidfw/
Asset.cpp 614 if (!map->create(NULL, fileno(mFp), mStart, mLength, true)) {
  /frameworks/base/tools/orientationplot/
orientationplot.py 57 chunk = os.read(self.stream.fileno(), 4096)
  /frameworks/native/cmds/rawbu/
backup.cpp 403 if (fsync(fileno(fh)) != 0) {
  /ndk/
checkbuild.py 618 sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0)
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
gcov-io.h 189 # define _GCOV_fileno fileno

Completed in 785 milliseconds

<<21222324252627282930>>