Home | History | Annotate | Download | only in loader

Lines Matching full:strlen

316                 } else if (strlen(out) + name_size + 1 > total_size) {
328 if (strlen(out) == 0)
331 snprintf(out + strlen(out), name_size + 2, "%c%s",
379 required_len += strlen(component);
405 cstr = loader_stack_alloc(strlen(vers_str) + 1);
798 inst, strlen(entrys[i]) + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
1337 inst, strlen(filename) + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
1415 len = strlen(env);
1485 len = (uint32_t)strlen(path);
1526 dirs_copy = loader_stack_alloc(strlen(dirs) + 1);
1622 strlen(src->device_extension_list.list->entrypoints[i]) + 1,
1911 temp[strlen(temp) - 1] = '\0'; \
1912 var = loader_stack_alloc(strlen(temp) + 1); \
1974 char *name_copy = loader_stack_alloc(strlen(filename) + 1);
2024 temp[strlen(temp) - 1] = '\0'; \
2025 var = loader_stack_alloc(strlen(temp) + 1); \
2123 temp[strlen(temp) - 1] = '\0';
2124 entry_array[j] = loader_stack_alloc(strlen(temp) + 1);
2241 loc = loader_stack_alloc(strlen(location) + 1);
2265 loc = loader_stack_alloc(strlen(override) + 1);
2300 dir = loader_stack_alloc(strlen(loc) + 1);
2315 uint32_t nlen = (uint32_t)strlen(name);
2336 inst, strlen(name) + 1, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND);
2370 char *home_loc = loader_stack_alloc(strlen(home) + 2 +
2371 strlen(home_location));
2380 len = strlen(home_loc);
2456 if (!temp || strlen(temp) == 0) {
2467 temp[strlen(temp) - 1] = '\0';
2468 char *library_path = loader_stack_alloc(strlen(temp) + 1);
2471 if (!library_path || strlen(library_path) == 0) {
2488 char *name_copy = loader_stack_alloc(strlen(file_str) + 1);
2755 inst, strlen(funcName) + 1, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
2762 strncpy(inst->disp_hash[idx].func_name, funcName, strlen(funcName) + 1);
2795 (char *)loader_heap_alloc(inst, strlen(funcName) + 1,
2804 strlen(funcName) + 1);
2861 idx = murmurhash(funcName, strlen(funcName), seed) % MAX_NUM_DEV_EXTS;
3093 name = loader_stack_alloc(strlen(layerEnv) + 1);
3230 strlen(layer_prop->functions.str_gipa) == 0) {
3405 strlen(layer_prop->functions.str_gipa) == 0) {
3424 strlen(layer_prop->functions.str_gdpa) == 0) {
4063 assert(pLayerName == NULL || strlen(pLayerName) == 0);