Home
last modified time | relevance | path

Searched refs:find_package (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/client/
Dfastdeploy.h35 bool find_package(const char* apkPath);
Dfastdeploy.cpp338 bool find_package(const char* apkPath) { in find_package() function
Dadb_install.cpp378 use_fastdeploy = find_package(file); in install_app()