Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dfile_utils.cc78 static constexpr const char* kApexDefaultPath = "/apex/"; variable
613 return android::base::StartsWith(full_path, kApexDefaultPath); in LocationIsOnApex()