HomeSort by relevance Sort by last modified time
    Searched refs:dex_dir (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/installd/
utils.cpp 266 std::string dex_dir; 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(),
283 std::string dex_dir; 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());
    [all...]
dexopt.cpp 1419 std::string dex_dir = dex_path.substr(0, dirIndex); local
    [all...]

Completed in 53 milliseconds