Lines Matching refs:apkPath
2091 binder::Status InstalldNativeService::dexopt(const std::string& apkPath, int32_t uid, in dexopt() argument
2102 CHECK_ARGUMENT_PATH(apkPath); in dexopt()
2110 const char* apk_path = apkPath.c_str(); in dexopt()
2128 binder::Status InstalldNativeService::compileLayouts(const std::string& apkPath, in compileLayouts() argument
2132 const char* apk_path = apkPath.c_str(); in compileLayouts()
2553 binder::Status InstalldNativeService::moveAb(const std::string& apkPath, in moveAb() argument
2556 CHECK_ARGUMENT_PATH(apkPath); in moveAb()
2560 const char* apk_path = apkPath.c_str(); in moveAb()
2568 binder::Status InstalldNativeService::deleteOdex(const std::string& apkPath, in deleteOdex() argument
2571 CHECK_ARGUMENT_PATH(apkPath); in deleteOdex()
2575 const char* apk_path = apkPath.c_str(); in deleteOdex()