OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storage_flag
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/cmds/installd/
dexopt.h
58
const std::unique_ptr<std::string>& volumeUuid, int
storage_flag
,
utils.h
126
const char* volume_uuid, int uid, int
storage_flag
);
utils.cpp
780
const char* volume_uuid, int uid, int
storage_flag
) {
781
CHECK(
storage_flag
== FLAG_STORAGE_CE ||
storage_flag
== FLAG_STORAGE_DE);
783
std::string app_private_dir =
storage_flag
== FLAG_STORAGE_CE
[
all
...]
dexopt.cpp
1400
int
storage_flag
;
local
[
all
...]
InstalldNativeService.h
115
const std::unique_ptr<std::string>& volumeUuid, int32_t
storage_flag
, bool* _aidl_return);
InstalldNativeService.cpp
[
all
...]
/frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl
81
int
storage_flag
);
Completed in 811 milliseconds