Home
last modified time | relevance | path

Searched defs:full_path (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/
Dfile_utils.cc318 UniqueCPtr<const char[]> full_path(realpath(path, nullptr)); in LocationIsOnSystem() local
323 bool LocationIsOnSystemFramework(const char* full_path) { in LocationIsOnSystemFramework()