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

  /frameworks/native/cmds/installd/
dexopt.h 61 const std::unique_ptr<std::string>& volumeUuid, int storage_flag,
utils.h 128 const char* volume_uuid, int uid, int storage_flag, bool validate_package_path = true);
utils.cpp 804 const char* volume_uuid, int uid, int storage_flag, bool validate_package_path) {
805 CHECK(storage_flag == FLAG_STORAGE_CE || storage_flag == FLAG_STORAGE_DE);
821 std::string app_private_dir = storage_flag == FLAG_STORAGE_CE
    [all...]
dexopt.cpp 1486 int storage_flag; local
    [all...]
InstalldNativeService.h 117 const std::unique_ptr<std::string>& volumeUuid, int32_t storage_flag, bool* _aidl_return);
InstalldNativeService.cpp     [all...]
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 574 const std::string& dex_path, int uid, int storage_flag) {
576 storage_flag))
581 const std::string& dex_path, int uid, int storage_flag) {
583 storage_flag))
  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 83 int storage_flag);

Completed in 69 milliseconds