File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55param STATEMENT_TIMEOUT_SECS: F32 default 0
66
77@ the base directory relative to which sequence file paths are resolved.
8- @ added as a suffix to the sequence path before opening the file. if it is
9- @ a relative path, then the sequence path is resolved relative to the process's
10- @ current working directory
8+ @ suffixed to the input sequence file path before resolution occurs following
9+ @ the rules of Os::File::open. trailing slash optional
1110param SEQ_BASE_DIR: string size FileNameStringSize default Fpy.DEFAULT_SEQ_BASE_DIR
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ module Svc {
88 dictionary constant MAX_STACK_SIZE = 65535
99 @ the maximum number of bytes in a directive
1010 dictionary constant MAX_DIRECTIVE_SIZE = 2048
11- @ the default value of the SEQ_BASE_DIR parameter . if a relative path or
12- @ empty, sequence paths are resolved relative to the process ' s current
13- @ working directory.
11+ @ the default value of the SEQ_BASE_DIR parameter . suffixed to
12+ @ the input sequence file path before resolution occurs following
13+ @ the rules of Os :: File :: open . trailing slash optional
1414 dictionary constant DEFAULT_SEQ_BASE_DIR = " "
1515 }
1616}
You can’t perform that action at this time.
0 commit comments