basedir_root     1807 orte/mca/sstore/stage/sstore_stage_local.c     char * basedir_root = NULL;
basedir_root     1809 orte/mca/sstore/stage/sstore_stage_local.c     opal_asprintf(&basedir_root, "%s/%s",
basedir_root     1813 orte/mca/sstore/stage/sstore_stage_local.c     if(OPAL_SUCCESS != (ret = opal_os_dirpath_destroy(basedir_root, true, NULL)) ) {
basedir_root     1820 orte/mca/sstore/stage/sstore_stage_local.c     if( NULL != basedir_root ) {
basedir_root     1821 orte/mca/sstore/stage/sstore_stage_local.c         free(basedir_root);
basedir_root     1822 orte/mca/sstore/stage/sstore_stage_local.c         basedir_root = NULL;