Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/
H A Dcase.py8 from oeqa.utils.package_manager import install_package, uninstall_package
16 install_package(self)
/OK3568_Linux_fs/external/recovery/
H A Dinstall.h23 int install_package(const char *root_path);
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py166 def install_package(test_case): function