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:UPDATE_ACTIVE_DIR
(Results
1 - 7
of
7
) sorted by relevance
/base/update/sys_installer/services/module_update/util/include/
H
A
D
module_constants.h
23
static constexpr const char *
UPDATE_ACTIVE_DIR
= "/data/module_update/active";
member
/base/update/sys_installer/services/module_update/service/src/
H
A
D
module_update_main.cpp
179
std::string activeHmpPath = std::string(
UPDATE_ACTIVE_DIR
) + "/" + status.hmpName;
in FirstRevertInstallHotApp()
196
std::string activeHmpPath = std::string(
UPDATE_ACTIVE_DIR
) + "/" + status.hmpName;
in SecondRevertInstallHotApp()
273
std::string hmpActiveDir = std::string(
UPDATE_ACTIVE_DIR
) + "/" + hmpName;
in ReallyInstallModulePackage()
303
std::string activePath = std::string(
UPDATE_ACTIVE_DIR
) + "/" + hmpName + "/" + HMP_INFO_NAME;
in ValidateVersion()
363
std::vector<std::string> uninstallDir {UPDATE_INSTALL_DIR,
UPDATE_ACTIVE_DIR
, UPDATE_BACKUP_DIR};
in UninstallModulePackage()
406
std::string activeHmpPath = std::string(
UPDATE_ACTIVE_DIR
) + "/" + hmpName;
in CollectModulePackageInfo()
522
std::string activeHmpPath = std::string(
UPDATE_ACTIVE_DIR
) + "/" + hmp;
in GetHmpVersionInfo()
559
std::string activePath = std::string(
UPDATE_ACTIVE_DIR
) + "/" + hmpName;
in BackupActiveModules()
/base/update/sys_installer/services/module_update/src/
H
A
D
module_file_repository.cpp
41
string allPath[] = {MODULE_PREINSTALL_DIR, UPDATE_INSTALL_DIR,
UPDATE_ACTIVE_DIR
};
in InitRepository()
56
if (path.find(UPDATE_INSTALL_DIR) == std::string::npos && path.find(
UPDATE_ACTIVE_DIR
) == std::string::npos) {
in SaveInstallerResult()
H
A
D
module_update.cpp
131
std::string prefixes[] = {MODULE_PREINSTALL_DIR,
UPDATE_ACTIVE_DIR
};
in RemoveMountPoint()
157
std::unique_ptr<ModuleFile> activeModuleFile = repository_.GetModuleFile(
UPDATE_ACTIVE_DIR
, hmpName);
in GetLatestUpdateModulePackage()
163
string activePath =
UPDATE_ACTIVE_DIR
+
in GetLatestUpdateModulePackage()
301
RemoveSpecifiedDir(std::string(
UPDATE_ACTIVE_DIR
) + "/" + status.hmpName);
in PrepareModuleFileList()
H
A
D
module_loop.cpp
369
bool clearDm = (imagePath.find(
UPDATE_ACTIVE_DIR
) != std::string::npos);
in RemoveDmLoopDevice()
/base/update/sys_installer/services/module_update/util/src/
H
A
D
module_update_verify.cpp
121
if (path.find(
UPDATE_ACTIVE_DIR
) != std::string::npos ||
in CleanErrDir()
H
A
D
module_utils.cpp
48
constexpr const char *PREFIXES[] = {UPDATE_INSTALL_DIR,
UPDATE_ACTIVE_DIR
, UPDATE_BACKUP_DIR, MODULE_PREINSTALL_DIR};
220
std::string activePath = std::string(
UPDATE_ACTIVE_DIR
) + "/" + hmpName;
in Revert()
Completed in 5 milliseconds