Searched refs:fdhome (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeApplication.h42 Vector<char*> *initApplication (char *fdhome, char *licpath, ProgressFunc func);
H A DDbeApplication.cc68 DbeApplication::initApplication (char *fdhome, char *licpath, ProgressFunc func) argument
71 if (fdhome != NULL)
72 set_run_dir (fdhome);
H A DApplication.cc36 Application::Application (int argc, char *argv[], char *fdhome) argument
48 set_run_dir (fdhome);
119 Application::set_run_dir (char *fdhome) argument
122 if (fdhome)
124 char *path = dbe_sprintf ("%s/bin", fdhome);
131 run_dir = dbe_strdup (fdhome);
H A DApplication.h72 void set_run_dir (char *fdhome = NULL);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeApplication.h42 Vector<char*> *initApplication (char *fdhome, char *licpath, ProgressFunc func);
H A DDbeApplication.cc68 DbeApplication::initApplication (char *fdhome, char *licpath, ProgressFunc func) argument
71 if (fdhome != NULL)
72 set_run_dir (fdhome);
H A DApplication.cc36 Application::Application (int argc, char *argv[], char *fdhome) argument
48 set_run_dir (fdhome);
120 Application::set_run_dir (char *fdhome) argument
123 if (fdhome)
125 char *path = dbe_sprintf ("%s/bin", fdhome);
132 run_dir = dbe_strdup (fdhome);
H A DApplication.h72 void set_run_dir (char *fdhome = NULL);

Completed in 364 milliseconds