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

/system/core/crash_reporter/
H A Dcrash_collector.cc239 bool CrashCollector::GetSymlinkTarget(const FilePath &symlink, argument
246 ssize_t size = readlink(symlink.value().c_str(), buffer.data(), max_size);
249 LOG(ERROR) << "Readlink failed on " << symlink.value() << " with "
396 // do not want to write with root access to a symlink that an attacker

Completed in 115 milliseconds