resolved_path     402 opal/mca/pmix/pmix4x/pmix/src/util/path.c         char* resolved_path = (char*)malloc(PMIX_PATH_MAX);
resolved_path     403 opal/mca/pmix/pmix4x/pmix/src/util/path.c         if (NULL == realpath( abs_app_name, resolved_path )) {
resolved_path     404 opal/mca/pmix/pmix4x/pmix/src/util/path.c             free(resolved_path);
resolved_path     411 opal/mca/pmix/pmix4x/pmix/src/util/path.c         return resolved_path;
resolved_path     401 opal/util/path.c         char* resolved_path = (char*)malloc(OPAL_PATH_MAX);
resolved_path     402 opal/util/path.c         realpath( abs_app_name, resolved_path );
resolved_path     404 opal/util/path.c         return resolved_path;