Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.cc68 static constexpr const char* kApexDefaultPath = "/apex/"; variable
472 return android::base::StartsWith(full_path, kApexDefaultPath); in LocationIsOnApex()