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:updatePath
(Results
1 - 2
of
2
) sorted by relevance
/base/update/sys_installer/services/module_update/src/
H
A
D
module_update.cpp
60
bool StageUpdateModulePackage(const string &
updatePath
, const string &stagePath)
in StageUpdateModulePackage()
argument
77
ret = link(
updatePath
.c_str(), stagePath.c_str());
in StageUpdateModulePackage()
79
LOG(ERROR) << "Unable to link " <<
updatePath
<< " to " << stagePath;
in StageUpdateModulePackage()
85
if (Updater::Utils::GetFilesFromDirectory(
updatePath
.substr(0,
updatePath
.rfind("/")), files, true) <= 0) {
in StageUpdateModulePackage()
86
LOG(ERROR) << "Failed to get files form " <<
updatePath
;
in StageUpdateModulePackage()
98
LOG(INFO) << "success to link " <<
updatePath
<< " to " << stagePath;
in StageUpdateModulePackage()
162
string
updatePath
= updateModuleFile->GetPath();
in GetLatestUpdateModulePackage()
local
164
updatePath
.substr(strlen(UPDATE_INSTALL_DIR),
updatePath
in GetLatestUpdateModulePackage()
[all...]
/base/update/updater/services/diffpatch/patch_shared/
H
A
D
patch_shared.cpp
65
static bool UpdatePathCheck(const std::string &
updatePath
, size_t length)
in UpdatePathCheck()
argument
67
if (
updatePath
.empty() || length == 0) {
in UpdatePathCheck()
68
LOG(ERROR) << "
updatePath
is nullptr.";
in UpdatePathCheck()
73
if (realpath(
updatePath
.c_str(), realPath) == nullptr) {
in UpdatePathCheck()
Completed in 2 milliseconds