full_local_location 1987 orte/mca/sstore/stage/sstore_stage_local.c     char * full_local_location = NULL;
full_local_location 2023 orte/mca/sstore/stage/sstore_stage_local.c     opal_asprintf(&full_local_location, "%s/%s",
full_local_location 2031 orte/mca/sstore/stage/sstore_stage_local.c     if( 0 == (ret = access(full_local_location, F_OK)) ) {
full_local_location 2034 orte/mca/sstore/stage/sstore_stage_local.c                              full_local_location));
full_local_location 2100 orte/mca/sstore/stage/sstore_stage_local.c     if( NULL != full_local_location ) {
full_local_location 2101 orte/mca/sstore/stage/sstore_stage_local.c         free(full_local_location);
full_local_location 2102 orte/mca/sstore/stage/sstore_stage_local.c         full_local_location = NULL;