/system/vold/ |
D | VolumeManager.cpp | 697 int written = snprintf(mountPath, mountPathLen, "%s/%s", VolumeManager::LOOPDIR, idHash); in getObbMountPath() local 698 if ((written < 0) || (written >= mountPathLen)) { in getObbMountPath() 731 int written = snprintf(buffer, maxlen, "%s/%s", VolumeManager::ASECDIR, id); in getAsecMountPath() local 732 if ((written < 0) || (written >= maxlen)) { in getAsecMountPath() 761 int written = snprintf(buffer, maxlen, "%s", asecFileName); in getAsecFilesystemPath() local 762 if ((written < 0) || (written >= maxlen)) { in getAsecFilesystemPath() 814 int written = snprintf(asecFileName, sizeof(asecFileName), "%s/%s.asec", asecDir, id); in createAsec() local 815 if ((written < 0) || (size_t(written) >= sizeof(asecFileName))) { in createAsec() 888 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id); in createAsec() local 889 if ((written < 0) || (size_t(written) >= sizeof(mountPoint))) { in createAsec() [all …]
|
/system/core/libsysutils/src/ |
D | SocketClient.cpp | 198 size_t written = rc; in sendDataLockedv() local 199 while ((current < iovcnt) && (written >= iov[current].iov_len)) { in sendDataLockedv() 200 written -= iov[current].iov_len; in sendDataLockedv() 206 iov[current].iov_base = (char *)iov[current].iov_base + written; in sendDataLockedv() 207 iov[current].iov_len -= written; in sendDataLockedv()
|
/system/core/fastboot/ |
D | usb_windows.c | 157 unsigned long written = 0; in usb_write() local 169 &written, in usb_write() 180 count += written; in usb_write() 181 len -= written; in usb_write() 182 data = (const char *)data + written; in usb_write()
|
/system/core/adb/ |
D | usb_windows.cpp | 263 unsigned long written = 0; in usb_write() local 272 &written, in usb_write() 278 D("usb_write got: %ld, expected: %d\n", written, len); in usb_write() 279 if (written == (unsigned long)len) { in usb_write() 285 &written, in usb_write()
|
/system/extras/tests/net_test/ |
D | ping6_test.py | 326 written = s.sendto(net_test.IPV4_PING, (net_test.IPV4_ADDR, 55)) 327 self.assertEquals(len(net_test.IPV4_PING), written) 332 written = s.sendto(net_test.IPV6_PING, (net_test.IPV6_ADDR, 55)) 333 self.assertEquals(len(net_test.IPV6_PING), written) 339 written = s.sendto(net_test.IPV4_PING, ("127.0.0.1", 55)) 340 self.assertEquals(len(net_test.IPV4_PING), written) 343 self.assertEquals(written, len(reply)) 348 written = s.sendto(net_test.IPV6_PING, ("::1", 55)) 349 self.assertEquals(len(net_test.IPV6_PING), written) 352 self.assertEquals(written, len(reply))
|
/system/extras/tests/sdcard/ |
D | README | 40 only 1 process for 100 times (100 files will be written on the sdcard). 42 At the end of the test, some stats for the 'open' and 'write' system calls are written.
|
D | sdcard_perf_test.cpp | 385 ssize_t written = write(fd, chunk, chunk_size); in testRead() local 386 if (written < 0) in testRead() 391 left -= written; in testRead()
|
/system/core/libmincrypt/ |
D | NOTICE | 12 without specific prior written permission.
|
/system/core/toolbox/ |
D | NOTICE | 58 without specific prior written permission. 87 without specific prior written permission. 119 without specific prior written permission. 148 without specific prior written permission. 180 without specific prior written permission. 209 without specific prior written permission. 238 without specific prior written permission. 270 without specific prior written permission. 302 without specific prior written permission. 334 without specific prior written permission. [all …]
|
/system/media/audio_route/ |
D | NOTICE | 12 from this software without specific prior written permission.
|
/system/bt/doc/ |
D | style_guide.md | 42 Note, however, that the integral value was written into the pointer and read 52 Bluedroid is written in C99 and should take advantage of the features offered by 72 pure C99. The exceptions are when linking against libraries that are written
|
/system/core/ |
D | NOTICE | 150 means any form of electronic, verbal, or written communication sent 323 or other dealings in these Data Files or Software without prior written
|
/system/extras/ksmutils/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/core/init/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/extras/showslab/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/extras/libpagemap/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/core/logcat/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/extras/timeinfo/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/extras/tests/cpueater/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/extras/su/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/extras/procmem/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/extras/ext4_utils/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/extras/librank/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/core/libpixelflinger/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|
/system/extras/showmap/ |
D | NOTICE | 67 means any form of electronic, verbal, or written communication sent
|