apm_system_paths (private)

 apm_system_paths

Defined in packages/acs-tcl/tcl/apm-file-procs.tcl

Returns:
a list of acceptable system paths to search for executables in.

Partial Call Graph (max 5 caller/called nodes):
%3 ad_acs_kernel_id ad_acs_kernel_id (public) parameter::get parameter::get (public) apm_system_paths apm_system_paths apm_system_paths->ad_acs_kernel_id apm_system_paths->parameter::get

Testcases:
No testcase defined.
Source code:
    set paths [parameter::get -package_id [ad_acs_kernel_id] -parameter SystemCommandPaths]
    if {$paths eq ""} {
        return [list "/usr/local/bin" "/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/sbin"]
    } else {
        return $paths
    }
Generic XQL file:
packages/acs-tcl/tcl/apm-file-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-file-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-file-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: