Home
last modified time | relevance | path

Searched refs:GetUriFromPath (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dget_uri_from_path.cpp27 napi_value GetUriFromPath::Sync(napi_env env, napi_callback_info info) in Sync()
42 std::string uri = CommonFunc::GetUriFromPath(path.get()); in Sync()
H A Dget_uri_from_path.h25 class GetUriFromPath final {
H A Dprop_n_exporter.cpp26 NVal::DeclareNapiFunction("getUriFromPath", GetUriFromPath::Sync), in Export()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/include/
H A Dcommon_func.h27 static std::string GetUriFromPath(const std::string &path);
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/cj/src/
H A Dfile_uri.cpp67 ….find(FILE_SCHEME_PREFIX) == 0) ? uriOrPath : AppFileService::CommonFunc::GetUriFromPath(uriOrPath) in FileUriImpl()
H A Dfile_fileuri_ffi.cpp99 auto uri = AppFileService::CommonFunc::GetUriFromPath(path); in FfiOHOSFILEUriGetUriFromPath()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dcommon_func.cpp86 string CommonFunc::GetUriFromPath(const string &path) in GetUriFromPath() function in OHOS::AppFileService::CommonFunc
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_uri/src/
H A Dfile_uri.cpp166 (uriOrPath.find(FILE_SCHEME_PREFIX) == 0) ? uriOrPath : CommonFunc::GetUriFromPath(uriOrPath) in FileUri()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data_helper.cpp128 std::string uri = AppFileService::CommonFunc::GetUriFromPath(filePath); in Pack()