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:FormatPartition
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updater/test/unittest/mount_test/
H
A
D
mount_unittest.cpp
67
int ret =
FormatPartition
(path1);
in HWTEST_F()
70
ret =
FormatPartition
(path2);
in HWTEST_F()
73
ret =
FormatPartition
(path3);
in HWTEST_F()
76
ret =
FormatPartition
(path4);
in HWTEST_F()
90
ret =
FormatPartition
("/misc");
in HWTEST_F()
/base/update/updater/test/fuzztest/UpdaterFormatPartition_fuzzer/
H
A
D
UpdaterFormatPartition_fuzzer.cpp
34
FormatPartition
(std::string(reinterpret_cast<const char*>(data), size), false);
in FuzzFormatPartition()
/base/update/updater/services/include/fs_manager/
H
A
D
mount.h
26
int
FormatPartition
(const std::string &path, bool isZeroErase = false);
/base/update/updater/services/factory_reset/
H
A
D
factory_reset.cpp
106
if (
FormatPartition
(path, true) != 0) {
in DoUserReset()
126
if (
FormatPartition
(path, true) != 0) {
in DoFactoryReset()
/base/update/updater/services/flashd/
H
A
D
partition.cpp
121
if (auto ret = Updater::
FormatPartition
(name); ret != 0) {
in DoFormat()
122
FLASHD_LOGE("
FormatPartition
fail, ret = %d", ret);
in DoFormat()
/base/update/updater/services/fs_manager/
H
A
D
mount.cpp
254
int
FormatPartition
(const std::string &path, bool isZeroErase)
in FormatPartition()
function
Completed in 3 milliseconds