OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MountedVolume
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/otautil/include/otautil/
mounts.h
19
struct
MountedVolume
;
23
MountedVolume
* find_mounted_volume_by_mount_point(const char* mount_point);
25
int unmount_mounted_volume(
MountedVolume
* volume);
/bootable/recovery/otautil/
mounts.cpp
32
struct
MountedVolume
{
39
static std::vector<
MountedVolume
*> g_mounts_state;
54
MountedVolume
* v = new
MountedVolume
;
65
MountedVolume
* find_mounted_volume_by_mount_point(const char* mount_point) {
72
int unmount_mounted_volume(
MountedVolume
* volume) {
/bootable/recovery/updater/
install.cpp
359
MountedVolume
* vol = find_mounted_volume_by_mount_point(mount_point.c_str());
382
MountedVolume
* vol = find_mounted_volume_by_mount_point(mount_point.c_str());
[
all
...]
Completed in 319 milliseconds