Home
last modified time | relevance | path

Searched refs:IsAbsolute (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/uri/include/
H A Duri.h113 bool IsAbsolute();
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h75 bool IsAbsolute();
/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()
/foundation/ability/ability_base/test/unittest/want/
H A Duri_test.cpp281 * @tc.name: IsAbsolute
288 auto result = uri_->IsAbsolute(); in HWTEST_F()
295 * @tc.name: IsAbsolute
301 auto result = uri_->IsAbsolute(); in HWTEST_F()
400 auto result13 = uri_->IsAbsolute(); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp51 // On Windows, IsAbsolute() returns false for paths starting with "/". in EntryInfo()
52 if (filePath_.IsAbsolute() || StartsWith(fileNameInZip, "/")) { in EntryInfo()
H A Dfile_path.cpp203 bool FilePath::IsAbsolute() in IsAbsolute() function in OHOS::AppExecFwk::LIBZIP::FilePath
/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp458 bool Uri::IsAbsolute() in IsAbsolute() function in OHOS::Uri

Completed in 4 milliseconds