Home
last modified time | relevance | path

Searched defs:baseFileName (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/runtime_test/
Djs_quickfix_callback_test.cpp59 std::string baseFileName = "<baseFileName>"; variable
81 std::string baseFileName = "baseFileName.abc"; variable
103 std::string baseFileName = "/data/storage/el1/bundle/entry/ets/modules.abc"; variable
125 std::string baseFileName = "/data/storage/el1/bundle/bundle/ets/modules.abc"; variable
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_quickfix_callback.cpp29 bool JsQuickfixCallback::operator()(std::string baseFileName, std::string &patchFileName, in operator ()()