Home
last modified time | relevance | path

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

123

/system/core/debuggerd/
Dutility.c39 int written = TEMP_FAILURE_RETRY( write(fd, buf + len - to_write, to_write) ); in write_to_am() local
40 if (written < 0) { in write_to_am()
45 to_write -= written; in write_to_am()
79 int written = write_to_am(log->amfd, buf, len); in _LOG() local
80 if (written <= 0) { in _LOG()
/system/vold/
DVolumeManager.cpp195 int written = snprintf(mountPath, mountPathLen, "%s/%s", Volume::LOOPDIR, idHash); in getObbMountPath() local
196 if ((written < 0) || (written >= mountPathLen)) { in getObbMountPath()
229 int written = snprintf(buffer, maxlen, "%s/%s", Volume::ASECDIR, id); in getAsecMountPath() local
230 if ((written < 0) || (written >= maxlen)) { in getAsecMountPath()
259 int written = snprintf(buffer, maxlen, "%s", asecFileName); in getAsecFilesystemPath() local
260 if ((written < 0) || (written >= maxlen)) { in getAsecFilesystemPath()
318 int written = snprintf(asecFileName, sizeof(asecFileName), "%s/%s.asec", asecDir, id); in createAsec() local
319 if ((written < 0) || (size_t(written) >= sizeof(asecFileName))) { in createAsec()
422 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id); in createAsec() local
423 if ((written < 0) || (size_t(written) >= sizeof(mountPoint))) { in createAsec()
[all …]
/system/core/fastboot/
Dusb_windows.c156 unsigned long written = 0; in usb_write() local
168 &written, in usb_write()
179 count += written; in usb_write()
180 len -= written; in usb_write()
181 data += written; in usb_write()
/system/core/adb/
Dusb_windows.c259 unsigned long written = 0; in usb_write() local
268 &written, in usb_write()
274 D("usb_write got: %ld, expected: %d\n", written, len); in usb_write()
275 if (written == (unsigned long)len) { in usb_write()
281 &written, in usb_write()
DNOTICE68 means any form of electronic, verbal, or written communication sent
/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/toolbox/cp/
Dutils.c102 progress(const struct finfo *fi, size_t written) in progress() argument
104 int pcent = (int)((100.0 * written) / fi->size); in progress()
108 fi->from, fi->to, written, fi->size, pcent); in progress()
/system/core/sh/funcs/
Ddirs22 # without specific prior written permission.
38 # pushd, popd, and dirs --- written by Chris Bertin
Dpopd22 # without specific prior written permission.
38 # pushd, popd, and dirs --- written by Chris Bertin
Dpushd22 # without specific prior written permission.
38 # pushd, popd, and dirs --- written by Chris Bertin
Dsuspend22 # without specific prior written permission.
Dnewgrp22 # without specific prior written permission.
Dlogin22 # without specific prior written permission.
Dcmv22 # without specific prior written permission.
Dkill22 # without specific prior written permission.
/system/core/toolbox/
DNOTICE16 derived from this software without specific prior written
47 derived from this software without specific prior written
78 derived from this software without specific prior written
117 without specific prior written permission.
148 without specific prior written permission.
180 without specific prior written permission.
/system/core/libmincrypt/
DNOTICE12 without specific prior written permission.
/system/media/audio_route/
DNOTICE12 from this software without specific prior written permission.
/system/core/liblinenoise/
DNOTICE16 specific prior written permission.
/system/core/sh/
DNOTICE17 without specific prior written permission.
Dnodes.c.pat20 * without specific prior written permission.
Dnodetypes18 # without specific prior written permission.
/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/core/run-as/
DNOTICE67 means any form of electronic, verbal, or written communication sent

123