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:filename_
(Results
1 - 6
of
6
) sorted by relevance
/base/update/sys_installer/services/module_update/util/src/
H
A
D
module_zip_helper.cpp
113
filename_
= filename;
in LocateFile()
126
LOG(ERROR) << "Get file size error " << err << ". " <<
filename_
<< " in " << zipPath_;
in GetFileSize()
142
LOG(ERROR) << "Get file pos error " << err << ". " <<
filename_
<< " in " << zipPath_;
in GetFileOffset()
207
LOG(ERROR) << "Open current file error " << err << ". " <<
filename_
<< " in " << zipPath_;
in GetFileContent()
213
LOG(ERROR) << "Read current file error. " <<
filename_
<< " in " << zipPath_;
in GetFileContent()
217
LOG(ERROR) << "Close current file error " << err << ". " <<
filename_
<< " in " << zipPath_;
in GetFileContent()
/base/request/request/frameworks/js/napi/src/legacy/
H
A
D
request_manager.cpp
118
NapiUtils::SetStringPropertyUtf8(descriptor.env_, argv[0], "uri", URI_PREFIX + descriptor.
filename_
);
in OnTaskDone()
184
downloadOption.
filename_
= NapiUtils::Convert2String(env, option, "filename");
in ParseOption()
185
if (downloadOption.
filename_
.empty()) {
in ParseOption()
186
downloadOption.
filename_
= GetFilenameFromUrl(downloadOption.url_);
in ParseOption()
188
auto filename = downloadOption.
filename_
;
in ParseOption()
191
filename = downloadOption.
filename_
+ std::to_string(i);
in ParseOption()
193
downloadOption.
filename_
= filename;
in ParseOption()
217
if (element.second.
filename_
== filename) {
in HasSameFilename()
255
if (!IsPathValid(option.fileDir_, option.
filename_
)) {
in Download()
259
if (HasSameFilename(option.
filename_
)) {
in Download()
[all...]
H
A
D
download_task.cpp
46
auto downloadFile = option_.fileDir_ + '/' + option_.
filename_
;
in OpenDownloadFile()
83
remove((option_.fileDir_ + '/' + option_.
filename_
).c_str());
in NotifyDone()
160
option_.url_.c_str(), option_.
filename_
.c_str(), option_.fileDir_.c_str());
in Start()
/base/update/sys_installer/services/module_update/util/include/
H
A
D
module_zip_helper.h
45
std::string
filename_
;
member in OHOS::SysInstaller::ModuleZipHelper
/base/request/request/frameworks/js/napi/include/legacy/
H
A
D
download_task.h
31
std::string
filename_
;
member
H
A
D
request_manager.h
46
std::string
filename_
;
member
Completed in 3 milliseconds