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:MountForPath
(Results
1 - 10
of
10
) sorted by relevance
/base/update/updater/test/unittest/mount_test/
H
A
D
mount_unittest.cpp
85
int ret =
MountForPath
(path1);
in HWTEST_F()
88
ret =
MountForPath
(path2);
in HWTEST_F()
93
ret =
MountForPath
(path3);
in HWTEST_F()
97
ret =
MountForPath
(path4);
in HWTEST_F()
/base/update/updater/test/fuzztest/UpdaterMountForPath_fuzzer/
H
A
D
UpdaterMountForPath_fuzzer.cpp
34
MountForPath
(std::string(reinterpret_cast<const char*>(data), size));
in FuzzMountForPath()
/base/update/updater/services/include/fs_manager/
H
A
D
mount.h
28
int
MountForPath
(const std::string &path);
/base/update/updater/services/flashd/daemon/
H
A
D
flash_commander.cpp
44
if (auto ret = Updater::
MountForPath
(GetPathRoot(FLASHD_FILE_PATH)); ret != 0) {
in DoCommand()
45
FLASHD_LOGE("
MountForPath
fail, ret = %d", ret);
in DoCommand()
H
A
D
update_commander.cpp
51
if (auto ret = Updater::
MountForPath
(GetPathRoot(FLASHD_FILE_PATH)); ret != 0) {
in DoCommand()
52
FLASHD_LOGE("
MountForPath
fail, ret = %d", ret);
in DoCommand()
/base/update/updater/services/flashd/
H
A
D
partition.cpp
126
if (auto ret = Updater::
MountForPath
(name); ret != 0) {
in DoFormat()
127
FLASHD_LOGE("
MountForPath
fail, ret = %d", ret);
in DoFormat()
/base/update/updater/services/sdcard_update/
H
A
D
sdcard_update.cpp
118
if (
MountForPath
("/data") != 0) {
in CheckSdcardPkgs()
/base/update/updater/services/fs_manager/
H
A
D
mount.cpp
193
int
MountForPath
(const std::string &path)
in MountForPath()
function
315
if (
MountForPath
(mountPoint) != 0) {
in SetupPartitions()
/base/update/updater/test/unittest/updater_main_test/
H
A
D
updater_main_unittest.cpp
56
if (
MountForPath
("/data") != 0) {
in SetUpTestCase()
57
cout << "
MountForPath
failed" << endl;
in SetUpTestCase()
/base/update/updater/utils/
H
A
D
utils.cpp
546
if (
MountForPath
(path) != 0) {
in RestoreconPath()
547
LOG(ERROR) << "
MountForPath
" << path << " failed!";
in RestoreconPath()
569
if (
MountForPath
(destPath) != 0) {
in CopyUpdaterLogs()
570
LOG(WARNING) << "
MountForPath
/data/log failed!";
in CopyUpdaterLogs()
Completed in 6 milliseconds