HomeSort by relevance Sort by last modified time
    Searched full:storage_flag (Results 1 - 9 of 9) sorted by null

  /frameworks/native/cmds/installd/
dexopt.h 98 const std::unique_ptr<std::string>& volumeUuid, int storage_flag,
103 int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash);
utils.h 127 const char* volume_uuid, int uid, int storage_flag);
dexopt.cpp 1830 int storage_flag; local
    [all...]
utils.cpp 816 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
    [all...]
InstalldNativeService.h 131 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 94 int storage_flag);
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 423 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))
installd_dexopt_test.cpp 298 void reconcile_secondary_dex(const std::string& path, int32_t storage_flag,
313 storage_flag,
    [all...]

Completed in 128 milliseconds