Home
last modified time | relevance | path

Searched refs:written (Results 1 – 9 of 9) sorted by relevance

/bionic/tools/bionicbb/
D.gitignore30 # Usually these files are written by a python script from a template
/bionic/tools/relocation_packer/
DLICENSE15 // this software without specific prior written permission.
/bionic/libc/
DNOTICE14 software without specific prior written permission.
42 derived from this software without specific prior written permission.
70 derived from this software without specific prior written permission.
97 without specific prior written permission.
195 written by Steven G. Kargl with input from Bruce D. Evans
244 without specific prior written permission.
273 without specific prior written permission.
595 products derived from this software without specific prior written
1089 without specific prior written permission.
1111 specific, written prior permission.
[all …]
/bionic/libc/stdio/
Dstdio.cpp458 int written = (*fp->_write)(fp->_cookie, reinterpret_cast<char*>(p), n); in __sflush() local
459 if (written <= 0) { in __sflush()
463 n -= written, p += written; in __sflush()
/bionic/linker/
Dlinker_phdr.cpp877 ssize_t written = TEMP_FAILURE_RETRY(write(fd, reinterpret_cast<void*>(seg_page_start), size)); in phdr_table_serialize_gnu_relro() local
878 if (written != size) { in phdr_table_serialize_gnu_relro()
/bionic/libc/malloc_debug/
DREADME.md54 On first allocation, this front guard is written with a specific pattern (0xaa).
80 On first allocation, this rear guard is written with a specific pattern (0xbb).
281 Once the signal is received, and the current records are written to the
287 The allocation data is written in a human readable format. Every line begins
/bionic/libc/tools/
Dpylintrc53 # written in a file name "pylint_global.[txt|html]".
/bionic/
DREADME.md88 # files written by us and files taken from BSD.
Dandroid-changes-for-ndk-developers.md213 hand-written assembler. This is not common. Use the scanelf tool as