OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FLAG_STORAGE_CE
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
installd_constants.h
63
constexpr int
FLAG_STORAGE_CE
= 1 << 1;
/system/vold/
Ext4Crypt.cpp
60
static constexpr int
FLAG_STORAGE_CE
= 1 << 1;
720
if (flags &
FLAG_STORAGE_CE
) {
776
if (flags &
FLAG_STORAGE_CE
) {
/frameworks/base/core/java/android/os/storage/
StorageManager.java
108
public static final int
FLAG_STORAGE_CE
= 1 << 1;
[
all
...]
Completed in 54 milliseconds