Searched refs:szAtomicDatasizeThresholdMb (Results 1 – 2 of 2) sorted by relevance
1544 char szAtomicDatasizeThresholdMb[THRESHOLD_VAL_LEN] = {0}; in PrepareBundleDirQuota() local1546 szAtomicDatasizeThresholdMb, THRESHOLD_VAL_LEN); in PrepareBundleDirQuota()1549 } else if (strcmp(szAtomicDatasizeThresholdMb, "") != 0) { in PrepareBundleDirQuota()1550 atomicserviceDatasizeThreshold = atoi(szAtomicDatasizeThresholdMb); in PrepareBundleDirQuota()
2822 char szAtomicDatasizeThresholdMb[THRESHOLD_VAL_LEN] = {0}; in PrepareBundleDirQuota() local2824 szAtomicDatasizeThresholdMb, THRESHOLD_VAL_LEN); in PrepareBundleDirQuota()2827 } else if (strcmp(szAtomicDatasizeThresholdMb, "") != 0) { in PrepareBundleDirQuota()2828 atomicserviceDatasizeThreshold = atoi(szAtomicDatasizeThresholdMb); in PrepareBundleDirQuota()