Home
last modified time | relevance | path

Searched refs:canonicalPtyPath (Results 1 - 1 of 1) sorted by relevance

/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c401 char canonicalPtyPath[PATH_MAX] = {0}; in ProcessAppSpawnDumpMsg() local
402 if (realpath(ptyName, canonicalPtyPath) == NULL) { in ProcessAppSpawnDumpMsg()
405 stream = fopen(canonicalPtyPath, "w"); in ProcessAppSpawnDumpMsg()

Completed in 1 milliseconds