local_location     74 orte/mca/sstore/central/sstore_central_app.c     char * local_location;
local_location    128 orte/mca/sstore/central/sstore_central_app.c     info->local_location  = NULL;
local_location    148 orte/mca/sstore/central/sstore_central_app.c     if( NULL != info->local_location ) {
local_location    149 orte/mca/sstore/central/sstore_central_app.c         free( info->local_location );
local_location    150 orte/mca/sstore/central/sstore_central_app.c         info->local_location = NULL;
local_location    261 orte/mca/sstore/central/sstore_central_app.c         *value = strdup(handle_info->local_location);
local_location    522 orte/mca/sstore/central/sstore_central_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &(handle_info->local_location), &count, OPAL_STRING))) {
local_location    619 orte/mca/sstore/central/sstore_central_app.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(handle_info->local_location, my_mode)) ) {
local_location    623 orte/mca/sstore/central/sstore_central_app.c                        handle_info->local_location);
local_location     99 orte/mca/sstore/central/sstore_central_global.c     char * local_location;
local_location    187 orte/mca/sstore/central/sstore_central_global.c     info->local_location = NULL;
local_location    215 orte/mca/sstore/central/sstore_central_global.c     if( NULL != info->local_location ) {
local_location    216 orte/mca/sstore/central/sstore_central_global.c         free( info->local_location );
local_location    217 orte/mca/sstore/central/sstore_central_global.c         info->local_location = NULL;
local_location    735 orte/mca/sstore/central/sstore_central_global.c     opal_asprintf(&(handle_info->local_location), "%s/%d",
local_location    740 orte/mca/sstore/central/sstore_central_global.c              handle_info->local_location,
local_location   1035 orte/mca/sstore/central/sstore_central_global.c              handle_info->local_location);
local_location    109 orte/mca/sstore/central/sstore_central_local.c     char * local_location;
local_location    208 orte/mca/sstore/central/sstore_central_local.c     info->local_location = NULL;
local_location    219 orte/mca/sstore/central/sstore_central_local.c     if( NULL != info->local_location ) {
local_location    220 orte/mca/sstore/central/sstore_central_local.c         free(info->local_location);
local_location    221 orte/mca/sstore/central/sstore_central_local.c         info->local_location = NULL;
local_location    683 orte/mca/sstore/central/sstore_central_local.c         if( NULL != app_info->local_location ) {
local_location    684 orte/mca/sstore/central/sstore_central_local.c             free(app_info->local_location);
local_location    685 orte/mca/sstore/central/sstore_central_local.c             app_info->local_location = NULL;
local_location    687 orte/mca/sstore/central/sstore_central_local.c         opal_asprintf(&(app_info->local_location), handle_info->location_fmt, app_info->name.vpid);
local_location    694 orte/mca/sstore/central/sstore_central_local.c                  app_info->local_location,
local_location    750 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.pack(loc_buffer, &(app_info->local_location), 1, OPAL_STRING))) {
local_location     74 orte/mca/sstore/stage/sstore_stage_app.c     char * local_location;
local_location    128 orte/mca/sstore/stage/sstore_stage_app.c     info->local_location  = NULL;
local_location    148 orte/mca/sstore/stage/sstore_stage_app.c     if( NULL != info->local_location ) {
local_location    149 orte/mca/sstore/stage/sstore_stage_app.c         free( info->local_location );
local_location    150 orte/mca/sstore/stage/sstore_stage_app.c         info->local_location = NULL;
local_location    259 orte/mca/sstore/stage/sstore_stage_app.c         *value = strdup(handle_info->local_location);
local_location    511 orte/mca/sstore/stage/sstore_stage_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &(handle_info->local_location), &count, OPAL_STRING))) {
local_location    599 orte/mca/sstore/stage/sstore_stage_app.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(handle_info->local_location, my_mode)) ) {
local_location    603 orte/mca/sstore/stage/sstore_stage_app.c                        handle_info->local_location);
local_location    106 orte/mca/sstore/stage/sstore_stage_global.c     char * local_location;
local_location    229 orte/mca/sstore/stage/sstore_stage_global.c     info->local_location = NULL;
local_location    267 orte/mca/sstore/stage/sstore_stage_global.c     if( NULL != info->local_location ) {
local_location    268 orte/mca/sstore/stage/sstore_stage_global.c         free( info->local_location );
local_location    269 orte/mca/sstore/stage/sstore_stage_global.c         info->local_location = NULL;
local_location    936 orte/mca/sstore/stage/sstore_stage_global.c     opal_asprintf(&(handle_info->local_location), "%s/%d",
local_location    958 orte/mca/sstore/stage/sstore_stage_global.c              handle_info->local_location,
local_location   1434 orte/mca/sstore/stage/sstore_stage_global.c              handle_info->local_location);
local_location    130 orte/mca/sstore/stage/sstore_stage_local.c     char * local_location;
local_location    200 orte/mca/sstore/stage/sstore_stage_local.c static int orte_sstore_stage_local_preload_files(char **local_location, bool *skip_xfer,
local_location    292 orte/mca/sstore/stage/sstore_stage_local.c     info->local_location = NULL;
local_location    306 orte/mca/sstore/stage/sstore_stage_local.c     if( NULL != info->local_location ) {
local_location    307 orte/mca/sstore/stage/sstore_stage_local.c         free(info->local_location);
local_location    308 orte/mca/sstore/stage/sstore_stage_local.c         info->local_location = NULL;
local_location    690 orte/mca/sstore/stage/sstore_stage_local.c     char * local_location = NULL;
local_location    804 orte/mca/sstore/stage/sstore_stage_local.c     if( ORTE_SUCCESS != (ret = orte_sstore_stage_local_preload_files(&local_location,
local_location    815 orte/mca/sstore/stage/sstore_stage_local.c     opal_argv_append(&loc_argc, &(app->argv), local_location);
local_location    835 orte/mca/sstore/stage/sstore_stage_local.c                          local_location));
local_location   1210 orte/mca/sstore/stage/sstore_stage_local.c         if( NULL != app_info->local_location ) {
local_location   1211 orte/mca/sstore/stage/sstore_stage_local.c             free(app_info->local_location);
local_location   1212 orte/mca/sstore/stage/sstore_stage_local.c             app_info->local_location = NULL;
local_location   1214 orte/mca/sstore/stage/sstore_stage_local.c         opal_asprintf(&(app_info->local_location), handle_info->location_fmt, app_info->name.vpid);
local_location   1229 orte/mca/sstore/stage/sstore_stage_local.c                  app_info->local_location,
local_location   1264 orte/mca/sstore/stage/sstore_stage_local.c             opal_asprintf(&cmd, "rm -rf %s", app_info->local_location);
local_location   1387 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.pack(loc_buffer, &(app_info->local_location), 1, OPAL_STRING))) {
local_location   1505 orte/mca/sstore/stage/sstore_stage_local.c                          app_info->local_location ));
local_location   1510 orte/mca/sstore/stage/sstore_stage_local.c     if( ORTE_SUCCESS != (ret = opal_compress.compress_nb(app_info->local_location,
local_location   1915 orte/mca/sstore/stage/sstore_stage_local.c         opal_asprintf(&cmd, "mv %s %s", app_info->local_location, cache_dirname);
local_location   1979 orte/mca/sstore/stage/sstore_stage_local.c static int orte_sstore_stage_local_preload_files(char **local_location, bool *skip_xfer,
local_location   1991 orte/mca/sstore/stage/sstore_stage_local.c     if( NULL != *local_location) {
local_location   1992 orte/mca/sstore/stage/sstore_stage_local.c         free(*local_location);
local_location   1993 orte/mca/sstore/stage/sstore_stage_local.c         *local_location = NULL;
local_location   2012 orte/mca/sstore/stage/sstore_stage_local.c         *local_location = strdup(global_loc);
local_location   2018 orte/mca/sstore/stage/sstore_stage_local.c     opal_asprintf(local_location, "%s/%s/%s/%d",
local_location   2024 orte/mca/sstore/stage/sstore_stage_local.c              *local_location,
local_location   2042 orte/mca/sstore/stage/sstore_stage_local.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_create(*local_location, my_mode)) ) {
local_location   2072 orte/mca/sstore/stage/sstore_stage_local.c     f_set->local_target = strdup(*local_location);