Home
last modified time | relevance | path

Searched refs:ABS_DATA_CODE_PATH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp38 if (!hapPath.empty() && hapPath.find(std::string(ABS_DATA_CODE_PATH)) != 0) { in JsModuleReader()
116 if ((realHapPath.find(ABS_DATA_CODE_PATH) == 0) || (realHapPath == inputPath)) { in GetCommonAppHspPath()
H A Djs_module_reader.h32 static constexpr char ABS_DATA_CODE_PATH[] = "/data/app/el1/bundle/public/"; variable