Searched refs:dm_path (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 443 const char* dm_path = nullptr, in CompilePrimaryDexOk() argument 450 dm_path, in CompilePrimaryDexOk() 462 const char* dm_path = nullptr, in CompilePrimaryDexFail() argument 469 dm_path, in CompilePrimaryDexFail() 480 const char* dm_path, in CompilePrimaryDex() argument 492 if (dm_path != nullptr) { in CompilePrimaryDex() 493 dm_path_ptr.reset(new std::string(dm_path)); in CompilePrimaryDex()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 2416 const char* dm_path = getCStr(dexMetadataPath); in dexopt() local 2421 downgrade, targetSdkVersion, profile_name, dm_path, compilation_reason, &error_msg); in dexopt()
|