Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_info.h159 uint32_t GetFileInfoByPath(const std::string &path, FILE **file, unsigned long &fileLength,
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp587 uint32_t EXIFInfo::GetFileInfoByPath(const std::string &path, FILE **file, unsigned long &fileLengt… in GetFileInfoByPath() function in OHOS::ImagePlugin::EXIFInfo
630 uint32_t res = GetFileInfoByPath(path, &file, fileLength, &fileBuf); in ModifyExifData()