Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 5 of 5) sorted by relevance

/system/core/debuggerd/
Dtombstone.c483 ssize_t actual = read(logfd, log_entry.buf, LOGGER_ENTRY_MAX_LEN); in dump_log_file() local
484 if (actual < 0) { in dump_log_file()
496 } else if (actual == 0) { in dump_log_file()
/system/core/sdcard/
Dsdcard.c244 char* actual; in find_file_within() local
252 actual = buf + pathlen + 1; in find_file_within()
253 memcpy(actual, name, namelen + 1); in find_file_within()
260 return actual; in find_file_within()
265 memcpy(actual, entry->d_name, namelen); in find_file_within()
271 return actual; in find_file_within()
/system/core/libnl_2/
DREADME54 which is stored in the nl_cache pointer instead of an actual cache
/system/core/sh/
Dnodetypes123 expfname temp char *expfname # actual file name
DTOUR215 exec.c Code to to path searches and the actual exec sys call.
318 resolves symbolic links into actual names and informs the user