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:GetUriFromPath
(Results
1 - 9
of
9
) sorted by relevance
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H
A
D
get_uri_from_path.cpp
27
napi_value
GetUriFromPath
::Sync(napi_env env, napi_callback_info info)
in Sync()
31
LOGE("
GetUriFromPath
::Sync Number of arguments unmatched");
in Sync()
37
LOGE("
GetUriFromPath
::Sync get path parameter failed!");
in Sync()
42
std::string uri = CommonFunc::
GetUriFromPath
(path.get());
in Sync()
44
LOGE("
GetUriFromPath
failed!");
in Sync()
H
A
D
get_uri_from_path.h
25
class
GetUriFromPath
final {
H
A
D
prop_n_exporter.cpp
26
NVal::DeclareNapiFunction("getUriFromPath",
GetUriFromPath
::Sync),
in Export()
/foundation/filemanagement/app_file_service/interfaces/common/include/
H
A
D
common_func.h
27
static std::string
GetUriFromPath
(const std::string &path);
/foundation/filemanagement/app_file_service/interfaces/kits/cj/src/
H
A
D
file_uri.cpp
67
(uriOrPath.find(FILE_SCHEME_PREFIX) == 0) ? uriOrPath : AppFileService::CommonFunc::
GetUriFromPath
(uriOrPath)
in FileUriImpl()
H
A
D
file_fileuri_ffi.cpp
99
auto uri = AppFileService::CommonFunc::
GetUriFromPath
(path);
in FfiOHOSFILEUriGetUriFromPath()
/foundation/filemanagement/app_file_service/interfaces/common/src/
H
A
D
common_func.cpp
109
string CommonFunc::
GetUriFromPath
(const string &path)
in GetUriFromPath()
function in OHOS::AppFileService::CommonFunc
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_uri/src/
H
A
D
file_uri.cpp
166
(uriOrPath.find(FILE_SCHEME_PREFIX) == 0) ? uriOrPath : CommonFunc::
GetUriFromPath
(uriOrPath)
in FileUri()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H
A
D
unified_data_helper.cpp
128
std::string uri = AppFileService::CommonFunc::
GetUriFromPath
(filePath);
in Pack()
Completed in 3 milliseconds