Searched refs:apk_dir (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp364 std::string apk_dir(input_file_name);
365 unsigned long dir_index = apk_dir.rfind('/');
368 apk_dir = apk_dir.substr(0, dir_index);
369 sprintf(base_dir, "--classpath-dir=%s", apk_dir.c_str());
1481 // that we only get results for odex files (apk_dir/oat/isa/code.odex) and not
1662 std::string apk_dir = dex_path.substr(0, dirIndex); local
1663 snprintf(out_oat_dir, PKG_PATH_MAX, "%s/oat", apk_dir.c_str());

Completed in 124 milliseconds