Lines Matching refs:value
65 APPSPAWN_LOGE("Failed to copy env value");
77 APPSPAWN_LOGE("Failed to strcat env value");
90 APPSPAWN_LOGE("Failed to strcat env value");
97 APPSPAWN_LOGE("Failed to strcat env value");
117 APPSPAWN_CHECK(ret == 0, return, "Convert env value fail name=%{public}s, value=%{public}s",
120 APPSPAWN_CHECK(ret == 0, return, "Set env fail name=%{public}s, value=%{public}s",
413 uint32_t value = def;
418 value = (uint32_t)atoi(data);
419 return (errno != 0) ? def : ((value < def) ? def : value);
421 return value;