Home
last modified time | relevance | path

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

12

/system/vold/
DVolumeManager.cpp697 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/
DSocketClient.cpp198 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/
Dusb_windows.c157 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/
Dusb_windows.cpp263 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/
Dping6_test.py326 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/
DREADME40 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.
Dsdcard_perf_test.cpp385 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/
DNOTICE12 without specific prior written permission.
/system/core/toolbox/
DNOTICE58 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/
DNOTICE12 from this software without specific prior written permission.
/system/bt/doc/
Dstyle_guide.md42 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/
DNOTICE150 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/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/core/init/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/extras/showslab/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/extras/libpagemap/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/core/logcat/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/extras/timeinfo/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/extras/tests/cpueater/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/extras/su/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/extras/procmem/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/extras/ext4_utils/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/extras/librank/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/core/libpixelflinger/
DNOTICE67 means any form of electronic, verbal, or written communication sent
/system/extras/showmap/
DNOTICE67 means any form of electronic, verbal, or written communication sent

12