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:IsAbsolute
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/uri/include/
H
A
D
uri.h
113
bool
IsAbsolute
();
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H
A
D
file_path.h
75
bool
IsAbsolute
();
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H
A
D
file_uri_n_exporter.h
39
static napi_value
IsAbsolute
(napi_env env, napi_callback_info info);
H
A
D
file_uri_n_exporter.cpp
305
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
D
uri_test.cpp
281
* @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
D
zip_reader.cpp
51
// On Windows,
IsAbsolute
() returns false for paths starting with "/".
in EntryInfo()
52
if (filePath_.
IsAbsolute
() || StartsWith(fileNameInZip, "/")) {
in EntryInfo()
H
A
D
file_path.cpp
203
bool FilePath::
IsAbsolute
()
in IsAbsolute()
function in OHOS::AppExecFwk::LIBZIP::FilePath
/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H
A
D
uri.cpp
458
bool Uri::
IsAbsolute
()
in IsAbsolute()
function in OHOS::Uri
Completed in 4 milliseconds