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:IsSpaceEnough
(Results
1 - 9
of
9
) sorted by relevance
/base/update/updateservice/services/firmware/utils/include/
H
A
D
firmware_file_utils.h
29
static bool
IsSpaceEnough
(const int64_t requiredSpace)
in IsSpaceEnough()
function in OHOS::UpdateEngine::FirmwareFileUtils
31
return FileUtils::
IsSpaceEnough
(Constant::DUPDATE_ENGINE_PACKAGE_ROOT_PATH, requiredSpace);
in IsSpaceEnough()
/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H
A
D
firmware_download_data_processor.cpp
52
bool FirmwareDownloadDataProcessor::
IsSpaceEnough
(int64_t &requireTotalSize)
in IsSpaceEnough()
function in OHOS::UpdateEngine::FirmwareDownloadDataProcessor
59
bool isDownloadSpaceEnough = FirmwareFileUtils::
IsSpaceEnough
(requireTotalSize);
in IsSpaceEnough()
60
FIRMWARE_LOGI("
IsSpaceEnough
%{public}s", StringUtils::GetBoolStr(isDownloadSpaceEnough).c_str());
in IsSpaceEnough()
H
A
D
firmware_install_data_processor.cpp
32
bool FirmwareInstallDataProcessor::
IsSpaceEnough
(int64_t &requireTotalSize)
in IsSpaceEnough()
function in OHOS::UpdateEngine::FirmwareInstallDataProcessor
39
bool isSpaceEnough = FirmwareFileUtils::
IsSpaceEnough
(requireTotalSize * Firmware::COMPRESSION_RATIO
in IsSpaceEnough()
41
FIRMWARE_LOGI("
IsSpaceEnough
%{public}s", StringUtils::GetBoolStr(isSpaceEnough).c_str());
in IsSpaceEnough()
/base/update/updateservice/services/firmware/upgrade/data_processor/include/
H
A
D
firmware_download_data_processor.h
33
bool
IsSpaceEnough
(int64_t &requireTotalSize);
H
A
D
firmware_install_data_processor.h
32
bool
IsSpaceEnough
(int64_t &requireTotalSize);
/base/update/updateservice/services/core/ability/utils/include/
H
A
D
file_utils.h
40
static bool
IsSpaceEnough
(const std::string &filePath, const int64_t requiredSpace);
/base/update/updateservice/services/firmware/upgrade/mode/src/
H
A
D
firmware_install_apply_mode.cpp
101
if (!installStepDataProcessor_.
IsSpaceEnough
(requireTotalSize)) {
in IsAllowInstall()
H
A
D
firmware_download_mode.cpp
83
bool isSpaceEnough = downloadDataProcessor_.
IsSpaceEnough
(requireTotalSize);
in GetStepAfterInit()
/base/update/updateservice/services/core/ability/utils/src/
H
A
D
file_utils.cpp
54
bool FileUtils::
IsSpaceEnough
(const std::string &filePath, const int64_t requiredSpace)
in IsSpaceEnough()
function in OHOS::UpdateEngine::FileUtils
Completed in 3 milliseconds