basedir           580 orte/mca/filem/raw/filem_raw_module.c     char *mypath, *fullname, *basedir;
basedir           597 orte/mca/filem/raw/filem_raw_module.c         basedir = opal_dirname(fullname);
basedir           598 orte/mca/filem/raw/filem_raw_module.c         if (OPAL_SUCCESS != (rc = opal_os_dirpath_create(basedir, S_IRWXU))) {
basedir           602 orte/mca/filem/raw/filem_raw_module.c             free(basedir);
basedir           607 orte/mca/filem/raw/filem_raw_module.c         free(basedir);
basedir          1063 orte/mca/odls/base/odls_base_default_fns.c     char basedir[MAXPATHLEN];
basedir          1089 orte/mca/odls/base/odls_base_default_fns.c     if (NULL == getcwd(basedir, sizeof(basedir))) {
basedir          1340 orte/mca/odls/base/odls_base_default_fns.c         if (0 != chdir(basedir)) {
basedir          1469 orte/mca/odls/base/odls_base_default_fns.c     if (0 != chdir(basedir)) {
basedir          2033 orte/mca/odls/base/odls_base_default_fns.c     char basedir[MAXPATHLEN];
basedir          2047 orte/mca/odls/base/odls_base_default_fns.c     if (NULL == getcwd(basedir, sizeof(basedir))) {
basedir          2151 orte/mca/odls/base/odls_base_default_fns.c     if (0 != chdir(basedir)) {
basedir           104 orte/mca/sstore/base/base.h ORTE_DECLSPEC int orte_sstore_base_get_all_snapshots(opal_list_t *all_snapshots, char *basedir);
basedir           112 orte/mca/sstore/base/base.h                                                                char *basedir, char *ref, int seq,
basedir           120 orte/mca/sstore/base/sstore_base_fns.c     snapshot->basedir = NULL;
basedir           157 orte/mca/sstore/base/sstore_base_fns.c     if( NULL != snapshot->basedir ) {
basedir           158 orte/mca/sstore/base/sstore_base_fns.c         free(snapshot->basedir);
basedir           159 orte/mca/sstore/base/sstore_base_fns.c         snapshot->basedir = NULL;
basedir           189 orte/mca/sstore/base/sstore_base_fns.c                                                  char *basedir, char *ref, int seq,
basedir           202 orte/mca/sstore/base/sstore_base_fns.c     if( NULL == basedir ) {
basedir           203 orte/mca/sstore/base/sstore_base_fns.c         snapshot->basedir = strdup(orte_sstore_base_global_snapshot_dir);
basedir           205 orte/mca/sstore/base/sstore_base_fns.c         snapshot->basedir = strdup(basedir);
basedir           209 orte/mca/sstore/base/sstore_base_fns.c              snapshot->basedir,
basedir           217 orte/mca/sstore/base/sstore_base_fns.c              snapshot->basedir,
basedir           251 orte/mca/sstore/base/sstore_base_fns.c              snapshot->basedir,
basedir           297 orte/mca/sstore/base/sstore_base_fns.c                  tool_global_snapshot->basedir,
basedir           305 orte/mca/sstore/base/sstore_base_fns.c                  tool_global_snapshot->basedir,
basedir           311 orte/mca/sstore/base/sstore_base_fns.c                  tool_global_snapshot->basedir,
basedir           476 orte/mca/sstore/base/sstore_base_fns.c int orte_sstore_base_get_all_snapshots(opal_list_t *all_snapshots, char *basedir)
basedir           491 orte/mca/sstore/base/sstore_base_fns.c         (NULL == orte_sstore_base_global_snapshot_dir && NULL == basedir)) {
basedir           497 orte/mca/sstore/base/sstore_base_fns.c     if( NULL == basedir ) {
basedir           500 orte/mca/sstore/base/sstore_base_fns.c         loc_basedir = strdup(basedir);
basedir           537 orte/mca/sstore/base/sstore_base_fns.c                         global_snapshot->basedir = strdup(loc_basedir);
basedir           543 orte/mca/sstore/base/sstore_base_fns.c                                  global_snapshot->basedir,
basedir            53 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir, char *ref, int seq,
basedir            79 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir,
basedir           333 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir,
basedir           379 orte/mca/sstore/central/sstore_central_global.c     snapshot->basedir   = strdup(handle_info->base_location);
basedir           155 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir, char *ref, int seq,
basedir           159 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_base_tool_request_restart_handle(handle, basedir, ref, seq, snapshot);
basedir           162 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_request_restart_handle(handle, basedir, ref, seq, snapshot);
basedir           175 orte/mca/sstore/sstore.h     char *basedir;
basedir           223 orte/mca/sstore/sstore.h      char *basedir, char *ref, int seq,
basedir            68 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir, char *ref, int seq,
basedir           479 orte/mca/sstore/stage/sstore_stage_global.c     snapshot->basedir   = strdup(handle_info->base_location);
basedir           161 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_request_restart_handle(orte_sstore_base_handle_t *handle, char *basedir, char *ref, int seq,
basedir           165 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_base_tool_request_restart_handle(handle, basedir, ref, seq, snapshot);