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:MountStatus
(Results
1 - 7
of
7
) sorted by relevance
/base/update/updater/services/fs_manager/
H
A
D
mount.cpp
49
MountStatus
GetMountStatusForPath(const std::string &path)
in GetMountStatusForPath()
53
return
MountStatus
::MOUNT_ERROR;
in GetMountStatusForPath()
108
MountStatus
rc = GetMountStatusForMountPoint(item->mountPoint);
in UmountForPath()
172
MountStatus
rc = GetMountStatusForMountPoint(mountPoint.c_str());
in MountSdcard()
173
if (rc ==
MountStatus
::MOUNT_ERROR) {
in MountSdcard()
175
} else if (rc ==
MountStatus
::MOUNT_MOUNTED) {
in MountSdcard()
208
MountStatus
rc = GetMountStatusForMountPoint(item->mountPoint);
in MountForPath()
209
if (rc ==
MountStatus
::MOUNT_ERROR) {
in MountForPath()
212
} else if (rc ==
MountStatus
::MOUNT_MOUNTED) {
in MountForPath()
/base/update/updater/test/unittest/mount_test/
H
A
D
mount_unittest.cpp
121
MountStatus
ret = GetMountStatusForPath(path1);
in HWTEST_F()
122
EXPECT_EQ(ret,
MountStatus
::MOUNT_ERROR);
in HWTEST_F()
125
EXPECT_EQ(ret,
MountStatus
::MOUNT_MOUNTED);
in HWTEST_F()
128
EXPECT_EQ(ret,
MountStatus
::MOUNT_UMOUNTED);
in HWTEST_F()
/base/startup/init/interfaces/innerkits/include/fs_manager/
H
A
D
fs_manager.h
51
typedef enum
MountStatus
{
enum
55
}
MountStatus
;
typedef
98
MountStatus
GetMountStatusForMountPoint(const char *mp);
/base/update/updater/services/include/fs_manager/
H
A
D
mount.h
34
MountStatus
GetMountStatusForPath(const std::string &path);
/base/update/updater/services/
H
A
D
updater_utils.cpp
183
GetMountStatusForMountPoint("/log") !=
MountStatus
::MOUNT_MOUNTED)) {
in PostUpdater()
208
GetMountStatusForMountPoint("/log") !=
MountStatus
::MOUNT_MOUNTED) {
in PostUpdater()
/base/startup/init/interfaces/innerkits/fs_manager/
H
A
D
fstab_mount.c
237
MountStatus
GetMountStatusForMountPoint(const char *mp)
in GetMountStatusForMountPoint()
246
MountStatus
status = MOUNT_ERROR;
in GetMountStatusForMountPoint()
714
MountStatus
status = GetMountStatusForMountPoint(item->mountPoint);
in UmountAllWithFstabFile()
/base/startup/init/services/init/standard/
H
A
D
init_cmds.c
384
MountStatus
status = GetMountStatusForMountPoint(ctx->argv[0]);
in DoUmount()
Completed in 7 milliseconds