Lines Matching refs:string_view
130 bool GetDalvikCacheFilename(std::string_view location,
131 std::string_view cache_location,
141 std::string GetApexDataOatFilename(std::string_view location, InstructionSet isa);
145 std::string GetApexDataOdexFilename(std::string_view location, InstructionSet isa);
149 std::string GetApexDataBootImage(std::string_view dex_location);
153 std::string GetApexDataImage(std::string_view dex_location);
158 std::string GetApexDataDalvikCacheFilename(std::string_view dex_location,
160 std::string_view file_extension);
174 std::string GetSystemOdexFilenameForApex(std::string_view location, InstructionSet isa);
181 std::string ReplaceFileExtension(std::string_view filename, std::string_view new_extension);
184 bool LocationIsOnArtModule(std::string_view location);
187 bool LocationIsOnArtApexData(std::string_view location);
190 bool LocationIsOnConscryptModule(std::string_view location);
193 bool LocationIsOnI18nModule(std::string_view location);
202 bool LocationIsOnSystemFramework(std::string_view location);
205 bool LocationIsOnSystemExtFramework(std::string_view location);
208 bool LocationIsOnApex(std::string_view location);
212 std::string_view ApexNameFromLocation(std::string_view full_path);