Lines Matching refs:string_view
338 std::string_view mainline_bcp(env_bcp); in GetFirstMainlineFrameworkLibraryFilename()
344 std::vector<std::string_view> mainline_bcp_jars; in GetFirstMainlineFrameworkLibraryFilename()
362 std::string_view library_name(jar_name); in GetFirstMainlineFrameworkLibraryName()
567 static /*constinit*/ std::string_view dalvik_cache_sub_dir = "dalvik-cache";
575 static std::string GetDalvikCacheDirectory(std::string_view root_directory, in GetDalvikCacheDirectory()
576 std::string_view sub_directory = {}) { in GetDalvikCacheDirectory()
625 static bool GetLocationEncodedFilename(std::string_view location, in GetLocationEncodedFilename()
626 std::string_view cache_location, in GetLocationEncodedFilename()
644 bool GetDalvikCacheFilename(std::string_view location, in GetDalvikCacheFilename()
645 std::string_view cache_location, in GetDalvikCacheFilename()
658 static std::string GetApexDataDalvikCacheFilename(std::string_view dex_location, in GetApexDataDalvikCacheFilename()
661 std::string_view file_extension) { in GetApexDataDalvikCacheFilename()
685 std::string GetApexDataOatFilename(std::string_view location, InstructionSet isa) { in GetApexDataOatFilename()
689 std::string GetApexDataOdexFilename(std::string_view location, InstructionSet isa) { in GetApexDataOdexFilename()
694 std::string GetApexDataBootImage(std::string_view dex_location) { in GetApexDataBootImage()
701 std::string GetApexDataImage(std::string_view dex_location) { in GetApexDataImage()
708 std::string GetApexDataDalvikCacheFilename(std::string_view dex_location, in GetApexDataDalvikCacheFilename()
710 std::string_view file_extension) { in GetApexDataDalvikCacheFilename()
723 std::string GetSystemOdexFilenameForApex(std::string_view location, InstructionSet isa) { in GetSystemOdexFilenameForApex()
751 std::string ReplaceFileExtension(std::string_view filename, std::string_view new_extension) { in ReplaceFileExtension()
764 bool LocationIsOnArtApexData(std::string_view location) { in LocationIsOnArtApexData()
769 bool LocationIsOnArtModule(std::string_view full_path) { in LocationIsOnArtModule()
795 static bool IsLocationOn(std::string_view full_path, in IsLocationOn()
826 bool LocationIsOnSystemFramework(std::string_view full_path) { in LocationIsOnSystemFramework()
833 bool LocationIsOnSystemExtFramework(std::string_view full_path) { in LocationIsOnSystemExtFramework()
846 bool LocationIsOnConscryptModule(std::string_view full_path) { in LocationIsOnConscryptModule()
850 bool LocationIsOnI18nModule(std::string_view full_path) { in LocationIsOnI18nModule()
854 bool LocationIsOnApex(std::string_view full_path) { in LocationIsOnApex()
858 std::string_view ApexNameFromLocation(std::string_view full_path) { in ApexNameFromLocation()
864 if (end == std::string_view::npos) { in ApexNameFromLocation()
917 (std::string_view(android_root) != std::string_view(art_root)); in ArtModuleRootDistinctFromAndroidRoot()