Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp309 std::string dex_name; in create_current_profile_path() local
310 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name)) in create_current_profile_path()
313 dex_dir.c_str(), dex_name.c_str(), CURRENT_PROFILE_EXT.c_str(), in create_current_profile_path()
328 std::string dex_name; in create_reference_profile_path() local
329 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name)) in create_reference_profile_path()
332 dex_dir.c_str(), dex_name.c_str(), PROFILE_EXT.c_str()); in create_reference_profile_path()
/frameworks/base/startop/view_compiler/
Ddex_builder.cc568 ir::String* dex_name{GetOrAddString(name)}; in GetOrDeclareMethod() local
569 decl->name = dex_name; in GetOrDeclareMethod()