Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsRelative
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H
A
D
path_tools.h
24
/**
IsRelative
28
bool
IsRelative
(BASE_NS::string_view path);
H
A
D
path_tools.cpp
37
bool
IsRelative
(const string_view path)
in IsRelative()
function
H
A
D
file_manager.cpp
63
if (
IsRelative
(path)) {
in FixPath()
87
if (
IsRelative
(path)) {
in FixPath()
H
A
D
filesystem_api.cpp
162
if (
IsRelative
(inPathRaw)) {
in ResolvePath()
/foundation/ability/ability_base/interfaces/kits/native/uri/include/
H
A
D
uri.h
120
bool
IsRelative
();
/foundation/ability/ability_base/test/unittest/want/
H
A
D
uri_test.cpp
308
* @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
D
uri.cpp
464
return !
IsRelative
();
in IsAbsolute()
467
bool Uri::
IsRelative
()
in IsRelative()
function in OHOS::Uri
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H
A
D
uri_utils.cpp
75
if (uri.
IsRelative
()) {
in GetUriListFromWantDms()
Completed in 5 milliseconds