Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp425 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/
DInstalldNativeService.cpp2119 const char* dm_path = getCStr(dexMetadataPath); in dexopt() local
2124 downgrade, targetSdkVersion, profile_name, dm_path, compilation_reason, &error_msg); in dexopt()