Searched refs:imagePath (Results 1 - 6 of 6) sorted by relevance
/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_file.cpp | 405 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 D | module_loop.h | 67 bool RemoveDmLoopDevice(const std::string &mountPoint, const std::string &imagePath);
|
/base/update/sys_installer/services/module_update/src/ |
H A D | module_loop.cpp | 340 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 D | module_update.cpp | 134 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 D | cellular_call_stub.cpp | 1144 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 D | drag_drawing.cpp | 3232 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