Home
last modified time | relevance | path

Searched refs:IsAbsolute (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Duri_test.cpp316 auto result = uri_->IsAbsolute();
329 auto result = uri_->IsAbsolute();
429 auto result13 = uri_->IsAbsolute();
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/include/
H A Duri.h121 bool IsAbsolute();
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dfile_uri_n_exporter.h39 static napi_value IsAbsolute(napi_env env, napi_callback_info info);
H A Dfile_uri_n_exporter.cpp305 napi_value FileUriNExporter::IsAbsolute(napi_env env, napi_callback_info info) in IsAbsolute() function in OHOS::AppFileService::ModuleFileUri::FileUriNExporter
319 return NVal::CreateBool(env, fileuriEntity->fileUri_.uri_.IsAbsolute()).val_; in IsAbsolute()
477 NVal::DeclareNapiFunction("checkIsAbsolute", IsAbsolute), in Export()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h75 bool IsAbsolute();
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/
H A Djs_uri.h65 bool IsAbsolute() const;
H A Dnative_module_uri.cpp89 static napi_value IsAbsolute(napi_env env, napi_callback_info info) in IsAbsolute() function
96 bool flag = muri->IsAbsolute(); in IsAbsolute()
407 DECLARE_NAPI_FUNCTION("checkIsAbsolute", IsAbsolute), in UriInit()
H A Djs_uri.cpp402 bool Uri::IsAbsolute() const in IsAbsolute() function in OHOS::Uri::Uri
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp52 if (filePath_.IsAbsolute() || StartsWith(fileNameInZip, "/")) { in EntryInfo()
H A Dfile_path.cpp203 bool FilePath::IsAbsolute() in IsAbsolute() function in OHOS::AppExecFwk::LIBZIP::FilePath
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp467 bool Uri::IsAbsolute() in IsAbsolute() function in OHOS::Uri
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/test/
H A Dtest_napi.cpp617 bool res = uri.IsAbsolute();
624 bool res = uri.IsAbsolute();
631 bool res = uri.IsAbsolute();