Home
last modified time | relevance | path

Searched defs:FileUriEntity (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dfile_uri_entity.h22 struct FileUriEntity { struct
24 explicit FileUriEntity(const std::string &uriOrPath): fileUri_(FileUri(uriOrPath)){}; in FileUriEntity() argument