Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dpath_tools.h24 /** IsRelative
28 bool IsRelative(BASE_NS::string_view path);
H A Dpath_tools.cpp37 bool IsRelative(const string_view path) in IsRelative() function
H A Dfile_manager.cpp63 if (IsRelative(path)) { in FixPath()
87 if (IsRelative(path)) { in FixPath()
H A Dfilesystem_api.cpp162 if (IsRelative(inPathRaw)) { in ResolvePath()
/foundation/ability/ability_base/interfaces/kits/native/uri/include/
H A Duri.h120 bool IsRelative();
/foundation/ability/ability_base/test/unittest/want/
H A Duri_test.cpp308 * @tc.name: IsRelative
316 auto result = uri_->IsRelative(); in HWTEST_F()
323 * @tc.name: IsRelative
330 auto result = uri_->IsRelative(); in HWTEST_F()
425 auto result2 = uri_->IsRelative(); in HWTEST_F()
/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp464 return !IsRelative(); in IsAbsolute()
467 bool Uri::IsRelative() in IsRelative() function in OHOS::Uri
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Duri_utils.cpp75 if (uri.IsRelative()) { in GetUriListFromWantDms()

Completed in 4 milliseconds