Home
last modified time | relevance | path

Searched refs:GetRootDirFromRelativePath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedia_file_utils.h114 …EXPORT static void GetRootDirFromRelativePath(const std::string &relativePath, std::string &rootDi…
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp965 void MediaFileUtils::GetRootDirFromRelativePath(const string &relativePath, string &rootDir) in GetRootDirFromRelativePath() function in OHOS::Media::MediaFileUtils
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp896 MediaFileUtils::GetRootDirFromRelativePath(relativePath, rootDirName); in CheckRelativePathWithType()