/base/location/test/fuzztest/locator/countrycodecallbackhost_fuzzer/ |
H A D | countrycodecallbackhost_fuzzer.cpp | 35 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 43 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/cachedlocationcallbackhost_fuzzer/ |
H A D | cachedlocationcallbackhost_fuzzer.cpp | 44 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 52 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/gnssstatuscallbackhost_fuzzer/ |
H A D | gnssstatuscallbackhost_fuzzer.cpp | 35 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 43 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/locationswitchcallbackhost_fuzzer/ |
H A D | locationswitchcallbackhost_fuzzer.cpp | 32 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 40 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/nmeamessagecallbackhost_fuzzer/ |
H A D | nmeamessagecallbackhost_fuzzer.cpp | 34 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 42 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/locatorcallbackstub_fuzzer/ |
H A D | locatorcallbackstub_fuzzer.cpp | 32 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 48 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/checkmessage_fuzzer/ |
H A D | checkmessage_fuzzer.cpp | 34 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 57 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/networkcallbackhost_fuzzer/ |
H A D | networkcallbackhost_fuzzer.cpp | 35 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 73 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/locatorcallbackhost_fuzzer/ |
H A D | locatorcallbackhost_fuzzer.cpp | 33 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 63 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/geoconvertservice_fuzzer/ |
H A D | geoconvertservice_fuzzer.cpp | 37 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 67 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/passiveability_fuzzer/ |
H A D | passiveability_fuzzer.cpp | 37 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 69 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/networkability_fuzzer/ |
H A D | networkability_fuzzer.cpp | 38 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 70 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 55 #define MAX_MEM_SIZE (4 * 1024) macro 683 int ret = memcpy_s(content->propertyBuffer, MAX_MEM_SIZE, &property->message->msgHeader, sizeof(AppSpawnMsg)); in WritePreforkMsg() 685 ret = memcpy_s((char *)content->propertyBuffer + sizeof(AppSpawnMsg), MAX_MEM_SIZE - sizeof(AppSpawnMsg), in WritePreforkMsg() 691 munmap((char *)content->propertyBuffer, MAX_MEM_SIZE); in WritePreforkMsg() 698 uint8_t *buffer = (uint8_t *)GetMapMem(property->client.id, "prefork", MAX_MEM_SIZE, true, false); in GetAppSpawnMsg() 706 property->forkCtx.msgSize = MAX_MEM_SIZE; in GetAppSpawnMsg() 732 ret = munmap(content->propertyBuffer, MAX_MEM_SIZE); in ClearMMAP() 817 content->propertyBuffer = GetMapMem(property->client.id, "prefork", MAX_MEM_SIZE, false, false); in AppSpawnProcessMsgForPrefork()
|
/base/location/test/fuzztest/locator/gnssability_fuzzer/ |
H A D | gnssability_fuzzer.cpp | 37 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 68 if (size > MAX_MEM_SIZE) { in ParseData()
|
/base/location/test/fuzztest/locator/locatorabilitystub_fuzzer/ |
H A D | locatorabilitystub_fuzzer.cpp | 32 const int32_t MAX_MEM_SIZE = 4 * 1024 * 1024; member 63 if (size > MAX_MEM_SIZE) { in ParseData()
|