/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_test_img.cpp | 86 if (pathName_ == nullptr) { in SetPixelMapPath() 87 pathName_ = std::make_shared<RSProperty<std::string>>(pathName); in SetPixelMapPath() 88 AttachProperty(pathName_); in SetPixelMapPath() 90 pathName_->Set(pathName); in SetPixelMapPath() 96 if (!width_ || !height_ || !pathName_) { in Draw() 107 std::string pathName = pathName_->Get(); in Draw()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | zip_file.cpp | 50 ZipFile::ZipFile(const std::string &pathName) : pathName_(pathName) in ZipFile() 52 APP_LOGD("create instance from %{private}s", pathName_.c_str()); in ZipFile() 156 APP_LOGD("parse %{public}d central entries from %{private}s", endDir_.totalEntries, pathName_.c_str()); in ParseAllEntries() 162 APP_LOGD("open: %{private}s", pathName_.c_str()); in Open() 169 if (pathName_.length() > PATH_MAX) { in Open() 171 static_cast<unsigned int>(pathName_.length()), in Open() 178 if (realpath(pathName_.c_str(), &(realPath[0])) == nullptr) { in Open() 185 APP_LOGE("open file(%{private}s) failed, error: %{public}d", pathName_.c_str(), errno); in Open() 197 APP_LOGE("open file %{private}s failed", pathName_.c_str()); in Open() 223 APP_LOGD("close: %{private}s", pathName_ in Close() [all...] |
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | zip_file.cpp | 61 : pathName_(pathName) in ZipFile() 164 pathName_.c_str()); in ParseAllEntries() 175 HILOG_INFO(HILOG_MODULE_APP, "open: %{private}s", pathName_.c_str()); in Open() 181 if (pathName_.length() > PATH_MAX) { in Open() 183 pathName_.length(), PATH_MAX); in Open() 187 if (realpath(pathName_.c_str(), realPath) == nullptr) { in Open() 194 HILOG_ERROR(HILOG_MODULE_APP, "open file(%{public}s) failed, error: %{private}s", pathName_.c_str(), in Open() 222 HILOG_INFO(HILOG_MODULE_APP, "close: %{private}s", pathName_.c_str()); in Close() 230 pathName_ = ""; in Close()
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | zip_file.cpp | 113 ZipFile::ZipFile(const std::string &pathName) : pathName_(pathName) {} in ZipFile() 223 ABILITYBASE_LOGE("centralData empty for [%{public}s] failed", pathName_.c_str()); in ParseAllEntries() 247 if (pathName_.length() > PATH_MAX) { in Open() 249 static_cast<unsigned int>(pathName_.length())); in Open() 255 if (pathName_.substr(0, Constants::GetProcPrefix().size()) == Constants::GetProcPrefix()) { in Open() 256 realPath = pathName_; in Open() 259 if (realpath(pathName_.c_str(), &(realPath[0])) == nullptr) { in Open() 260 ABILITYBASE_LOGE("realpath error: %{public}d, pathName: %{public}s", errno, pathName_.c_str()); in Open() 267 ABILITYBASE_LOGE("open file(%{public}s) failed", pathName_.c_str()); in Open() 305 pathName_ in Close() [all...] |
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/ |
H A D | rs_graphic_test_img.h | 45 std::shared_ptr<OHOS::Rosen::RSProperty<std::string>> pathName_; member in OHOS::Rosen::ImageCustomModifier
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_source_impl.cpp | 241 if (!IsSameTextStr(pathName_, "")) { in ModifyImageProperty() 242 ret = nativeImgSrc->ModifyImageProperty(index_, key, value, pathName_); in ModifyImageProperty() 363 pathName_ = pathName; in SetPathName()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | zip_file.h | 294 std::string pathName_; member in OHOS::AppExecFwk::ZipFile
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | zip_file.h | 170 std::string pathName_; member in OHOS::ZipFile
|
/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_source_impl.h | 76 std::string pathName_ = ""; member in OHOS::Media::ImageSourceImpl
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | zip_file.h | 299 std::string pathName_; member in OHOS::AbilityBase::ZipFile
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2671 file.pathName_ = maxFileName; in HWTEST_F() 2675 file.pathName_ = "/test.zip"; in HWTEST_F() 2703 file.pathName_ = maxFileName; in HWTEST_F()
|