OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASEC
(Results
1 - 2
of
2
) sorted by null
/system/vold/
VolumeManager.h
44
typedef enum {
ASEC
, OBB } container_type_t;
146
/*
ASEC
*/
155
* Fixes
ASEC
permissions on a filesystem that has owners and permissions.
156
* This currently means EXT4-based
ASEC
containers.
178
/* Shared between
ASEC
and Loopback images */
205
bool isAsecInDirectory(const char *dir, const char *
asec
) const;
VolumeManager.cpp
61
#include "
Asec
.h"
73
* Path to external storage where *only* root can access
ASEC
image files
75
const char *VolumeManager::SEC_ASECDIR_EXT = "/mnt/secure/
asec
";
78
* Path to internal storage where *only* root can access
ASEC
image files
80
const char *VolumeManager::SEC_ASECDIR_INT = "/data/app-
asec
";
85
const char *VolumeManager::ASECDIR = "/mnt/
asec
";
154
SLOGE("
ASEC
loop device creation failed for %s (%s)", asecFileName, strerror(errno));
173
SLOGE("
ASEC
device mapping failed for %s (%s)", asecFileName, strerror(errno));
790
SLOGE("getAsecMountPath: Invalid
asec
id \"%s\"", id);
796
SLOGE("Couldn't find
ASEC
%s", id)
[
all
...]
Completed in 52 milliseconds