Home | History | Annotate | Download | only in loader

Lines Matching defs:out

24  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE
288 char *out = NULL;
312 if (out == NULL) {
313 out = loader_heap_alloc(
315 out[0] = '\0';
316 } else if (strlen(out) + name_size + 1 > total_size) {
317 out = loader_heap_realloc(
318 inst, out, total_size, total_size * 2,
322 if (out == NULL) {
325 "Out of memory, failed loader_get_registry_files");
328 if (strlen(out) == 0)
329 snprintf(out, name_size + 1, "%s", name);
331 snprintf(out + strlen(out), name_size + 2, "%c%s",
339 return out;
491 "Out of memory can't add any layer properties to list");
1340 "Out of memory can't add icd");
1568 "Out of memory can't get JSON file");
1830 * Fill out the layer_properties in this list entry from the input cJSON object.
2244 "Out of memory can't get manifest files");
2268 "Out of memory can't get manifest files");
2275 // Print out the paths being searched if debugging is enabled
2303 "Out of memory can't get manifest files");
2332 "Out of memory can't alloc manifest file list");
2339 "Out of memory can't get manifest files");
2374 "Out of memory can't get manifest files");
2466 // strip out extra quotes
2481 // Print out the paths being searched if debugging is enabled
3534 * should have already filtered this case out.
3550 /* Didn't find extension name in any of the global layers, error out
3599 /* Didn't find extension name in any of the device layers, error out