Searched defs:dex_name (Results 1 - 1 of 1) sorted by path

/frameworks/native/cmds/installd/
H A Dutils.cpp267 std::string dex_name; local
268 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name))
271 dex_dir.c_str(), dex_name.c_str(), CURRENT_PROFILE_EXT.c_str(),
284 std::string dex_name; local
285 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name))
288 dex_dir.c_str(), dex_name.c_str(), PROFILE_EXT.c_str());

Completed in 44 milliseconds