Searched refs:ABS_DATA_CODE_PATH (Results 1 – 2 of 2) sorted by relevance
38 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()
32 static constexpr char ABS_DATA_CODE_PATH[] = "/data/app/el1/bundle/public/"; variable