Searched defs:actual (Results 1 - 2 of 2) sorted by relevance

/system/core/debuggerd/
H A Dtombstone.c483 ssize_t actual = read(logfd, log_entry.buf, LOGGER_ENTRY_MAX_LEN); local
484 if (actual < 0) {
496 } else if (actual == 0) {
/system/core/sdcard/
H A Dsdcard.c235 * Populates 'buf' with the path and returns the actual name (within 'buf') on success,
244 char* actual; local
252 actual = buf + pathlen + 1;
253 memcpy(actual, name, namelen + 1);
260 return actual;
265 memcpy(actual, entry->d_name, namelen);
271 return actual;

Completed in 260 milliseconds