Searched refs:dm_path (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 425 const char* dm_path = nullptr, in CompilePrimaryDexOk() argument 432 dm_path, in CompilePrimaryDexOk() 444 const char* dm_path = nullptr, in CompilePrimaryDexFail() argument 451 dm_path, in CompilePrimaryDexFail() 462 const char* dm_path, in CompilePrimaryDex() argument 474 if (dm_path != nullptr) { in CompilePrimaryDex() 475 dm_path_ptr.reset(new std::string(dm_path)); in CompilePrimaryDex()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 2119 const char* dm_path = getCStr(dexMetadataPath); in dexopt() local 2124 downgrade, targetSdkVersion, profile_name, dm_path, compilation_reason, &error_msg); in dexopt()
|