Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2277 static const char* getCStr(const std::optional<std::string>& data, in getCStr() function
2300 const char* oat_dir = getCStr(outputPath); in dexopt()
2308 const char* pkgname = getCStr(packageName, "*"); in dexopt()
2310 const char* volume_uuid = getCStr(uuid); in dexopt()
2311 const char* class_loader_context = getCStr(classLoaderContext); in dexopt()
2312 const char* se_info = getCStr(seInfo); in dexopt()
2313 const char* profile_name = getCStr(profileName); in dexopt()
2314 const char* dm_path = getCStr(dexMetadataPath); in dexopt()
2315 const char* compilation_reason = getCStr(compilationReason); in dexopt()