Home
last modified time | relevance | path

Searched refs:home_location (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/loader/
Dloader.c2580 const char *home_location, struct loader_manifest_files *out_files) { argument
2609 if (location == NULL && home_location == NULL) {
2611 home_location = NULL;
2773 if (home_location != NULL &&
2780 strlen(home_location));
2789 if (home_location[0] != DIRECTORY_SYMBOL) {
2794 strcat(home_loc, home_location);
2797 home_location = NULL;
2810 strlen(home_location));
2826 if (home_location[0] != DIRECTORY_SYMBOL) {
[all …]