Searched refs:storage_flag (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.h98 const std::unique_ptr<std::string>& volumeUuid, int storage_flag,
103 int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash);
H A Dutils.h127 const char* volume_uuid, int uid, int storage_flag);
H A Ddexopt.cpp1830 int storage_flag; local
1831 if (!validate_dexopt_storage_flags(dexopt_flags, &storage_flag, error_msg)) {
1852 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) {
2167 const std::unique_ptr<std::string>& volume_uuid, int storage_flag,
2175 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) {
2176 LOG(ERROR) << "reconcile_secondary_dex_file called with invalid storage_flag: "
2177 << storage_flag;
2190 uid, storage_flag)) {
2289 const std::unique_ptr<std::string>& volume_uuid, int storage_flag,
2165 reconcile_secondary_dex_file(const std::string& dex_path, const std::string& pkgname, int uid, const std::vector<std::string>& isas, const std::unique_ptr<std::string>& volume_uuid, int storage_flag, bool* out_secondary_dex_exists) argument
2288 hash_secondary_dex_file(const std::string& dex_path, const std::string& pkgname, int uid, const std::unique_ptr<std::string>& volume_uuid, int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash) argument
[all...]
H A Dutils.cpp816 const char* volume_uuid, int uid, int storage_flag) {
817 CHECK(storage_flag == FLAG_STORAGE_CE || storage_flag == FLAG_STORAGE_DE);
831 std::string app_private_dir = storage_flag == FLAG_STORAGE_CE
815 validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path, const char* volume_uuid, int uid, int storage_flag) argument
H A DInstalldNativeService.h131 const std::unique_ptr<std::string>& volumeUuid, int32_t storage_flag, bool* _aidl_return);
H A DInstalldNativeService.cpp2553 int32_t storage_flag, bool* _aidl_return) {
2561 dexPath, packageName, uid, isas, volumeUuid, storage_flag, _aidl_return);
2550 reconcileSecondaryDexFile( const std::string& dexPath, const std::string& packageName, int32_t uid, const std::vector<std::string>& isas, const std::unique_ptr<std::string>& volumeUuid, int32_t storage_flag, bool* _aidl_return) argument
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp423 const std::string& dex_path, int uid, int storage_flag) {
425 storage_flag))
430 const std::string& dex_path, int uid, int storage_flag) {
432 storage_flag))
422 pass_secondary_dex_validation(const std::string& package_name, const std::string& dex_path, int uid, int storage_flag) argument
429 fail_secondary_dex_validation(const std::string& package_name, const std::string& dex_path, int uid, int storage_flag) argument
H A Dinstalld_dexopt_test.cpp298 void reconcile_secondary_dex(const std::string& path, int32_t storage_flag, argument
313 storage_flag,
/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl94 int storage_flag);

Completed in 179 milliseconds