Searched refs:oldSoFileNames (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_operator_test.cpp | 829 std::vector<std::string> oldSoFileNames; variable 832 "", "", "", oldSoFileNames, diffFileNames); 835 "noExist", "noExist", "noExist", oldSoFileNames, diffFileNames); 838 "data/test", "data/test", "data/test", oldSoFileNames, diffFileNames); 865 std::vector<std::string> oldSoFileNames; variable 868 TEST_DIR_PATH, TEST_DIR_PATH, TEST_DIR_PATH, oldSoFileNames, diffFileNames); 882 std::vector<std::string> oldSoFileNames; variable 885 TEST_FILE_PATH, TEST_FILE_PATH, "", oldSoFileNames, diffFileNames); 897 std::vector<std::string> oldSoFileNames; variable 900 TEST_FILE_PATH, TEST_FILE_PATH, TEST_FILE_PATH, oldSoFileNames, diffFileNames); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 312 const std::string &newSoPath, std::vector<std::string> &oldSoFileNames,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1309 …const std::string &newSoPath, std::vector<std::string> &oldSoFileNames, std::vector<std::string> &… in ProcessApplyDiffPatchPath() argument 1321 if (!ScanSoFiles(newSoPath, oldSoPath, oldSoPath, oldSoFileNames)) { in ProcessApplyDiffPatchPath() 1331 if (oldSoFileNames.empty() || diffFileNames.empty()) { in ProcessApplyDiffPatchPath()
|