Home
last modified time | relevance | path

Searched refs:imagePath (Results 1 - 6 of 6) sorted by relevance

/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp405 string imagePath = ExtractFilePath(path) + IMG_FILE_NAME; in Open() local
406 if (ParseImageStat(imagePath, tmpStat)) { in Open()
408 } else if (!StartsWith(imagePath, MODULE_PREINSTALL_DIR)) { in Open()
409 LOG(ERROR) << "Update package without image " << imagePath; in Open()
461 string imagePath = ExtractFilePath(GetPath()) + IMG_FILE_NAME; in VerifyModuleVerity() local
462 enum hvb_errno ret = footer_init_desc(ModuleHvbGetOps(), imagePath.c_str(), nullptr, &pubkey, vd_); in VerifyModuleVerity()
/base/update/sys_installer/services/module_update/include/
H A Dmodule_loop.h67 bool RemoveDmLoopDevice(const std::string &mountPoint, const std::string &imagePath);
/base/update/sys_installer/services/module_update/src/
H A Dmodule_loop.cpp340 bool RemoveDmLoopDevice(const std::string &mountPoint, const std::string &imagePath) in RemoveDmLoopDevice() argument
362 if (!IsLoopDevMatchedImg(loopDevPath, imagePath)) { in RemoveDmLoopDevice()
369 bool clearDm = (imagePath.find(UPDATE_ACTIVE_DIR) != std::string::npos); in RemoveDmLoopDevice()
H A Dmodule_update.cpp134 std::string imagePath = prefix + "/" + hmpName + "/" + IMG_FILE_NAME; in RemoveMountPoint() local
135 if (Loop::RemoveDmLoopDevice(mountPoint, imagePath)) { in RemoveMountPoint()
138 << ", imagePath=" << imagePath; in RemoveMountPoint() local
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_stub.cpp1144 std::string imagePath = data.ReadString(); in OnSetPausePictureInner() local
1145 reply.WriteInt32(SetPausePicture(slotId, callIndex, imagePath)); in OnSetPausePictureInner()
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp3232 std::string imagePath; in DrawFromSVG() local
3234 imagePath = MOUSE_DRAG_CURSOR_CIRCLE_PATH; in DrawFromSVG()
3236 imagePath = MOUSE_DRAG_DEFAULT_PATH; in DrawFromSVG()
3243 imagePath = MOUSE_DRAG_MAGIC_DEFAULT_PATH; in DrawFromSVG()
3258 auto imageSource = Media::ImageSource::CreateImageSource(imagePath, opts, errCode); in DrawFromSVG()

Completed in 10 milliseconds