/external/ImageMagick/MagickCore/ |
blob.c | 530 status=fsync(fileno(image->blob->file_info.file)); 555 (void) fsync(fileno(image->blob->file_info.file)); 1003 file=fileno(stdin); 1013 if ((file == fileno(stdin)) || (offset < 0) || [all...] |
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
request.py | 1531 def fileno(self): member in class:LimitedLengthFile 1586 def fileno(self): member in class:FakeCGIBody [all...] |
/external/curl/src/ |
tool_operate.c | 729 isatty(fileno(outs.stream))) [all...] |
/external/tcpdump/ |
tcpdump.c | 985 int fd = fileno(pcap_dump_file(p)); [all...] |
/external/v8/tools/gyp/test/lib/ |
TestCmd.py | 721 x = msvcrt.get_osfhandle(self.stdin.fileno()) 738 x = msvcrt.get_osfhandle(conn.fileno()) 764 written = os.write(self.stdin.fileno(), input) [all...] |
/external/nanopb-c/generator/ |
nanopb_generator.py | [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 | 627 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) {
|