Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3263 static const char* getCStr(const std::optional<std::string>& data, in getCStr() function
3286 const char* oat_dir = getCStr(outputPath); in dexopt()
3296 const char* volume_uuid = getCStr(uuid); in dexopt()
3297 const char* class_loader_context = getCStr(classLoaderContext); in dexopt()
3298 const char* se_info = getCStr(seInfo); in dexopt()
3299 const char* profile_name = getCStr(profileName); in dexopt()
3300 const char* dm_path = getCStr(dexMetadataPath); in dexopt()
3301 const char* compilation_reason = getCStr(compilationReason); in dexopt()