Home
last modified time | relevance | path

Searched defs:volume_uuid (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.cpp71 std::string create_data_app_package_path(const char* volume_uuid, in create_data_app_package_path()
83 std::string create_data_user_ce_package_path(const char* volume_uuid, in create_data_user_ce_package_path()
90 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, in create_data_user_ce_package_path()
125 std::string create_data_user_de_package_path(const char* volume_uuid, in create_data_user_de_package_path()
150 std::string create_data_path(const char* volume_uuid) { in create_data_path()
165 std::string create_data_app_path(const char* volume_uuid) { in create_data_app_path()
172 std::string create_data_user_ce_path(const char* volume_uuid, userid_t userid) { in create_data_user_ce_path()
188 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid) { in create_data_user_de_path()
196 std::string create_data_media_path(const char* volume_uuid, userid_t userid) { in create_data_media_path()
200 std::string create_data_media_obb_path(const char* volume_uuid, const char* package_name) { in create_data_media_obb_path()
[all …]
Ddexopt.cpp1397 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt()
1492 const char* volume_uuid, const char* shared_libraries, const char* se_info) { in dexopt()
1684 const std::unique_ptr<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file()
Dotapreopt.cpp178 const char* volume_uuid; member
DInstalldNativeService.cpp1818 const char* volume_uuid = uuid ? uuid->c_str() : nullptr; in dexopt() local
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl80 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile()