Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata_extractor.cpp510 string absExtraPath; in ParseLivePhotoCoverPosition() local
511 if (!PathToRealPath(extraPath, absExtraPath)) { in ParseLivePhotoCoverPosition()
515 UniqueFd fd(open(absExtraPath.c_str(), O_RDONLY)); in ParseLivePhotoCoverPosition()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp187 string absExtraPath; in ReadExtraFile() local
188 if (!PathToRealPath(extraPath, absExtraPath)) { in ReadExtraFile()
192 UniqueFd fd(open(absExtraPath.c_str(), O_RDONLY)); in ReadExtraFile()