C and C++ SoftBench User's Guide
Using SoftBench Static Analyzer
Using SoftBench Static Analyzer in Standalone Mode
Chapter 9274
Using the Staticfileset File
The Staticfileset file, if it exists in the current directory, specifies the
initial file set when SoftBench Static Analyzer starts in standalone
mode. All files in Staticfileset, and all source files in the directories
listed in Staticfileset, are loaded as the analysis file set.
A different Staticfileset file can be used if you choose "File:
Restore File Set…".
The format for each entry in the Staticfileset file is the data
hostname (optional) followed by the path name of the directory or file.
For example, a Staticfileset could contain these directories where
your application files and Static.sadb files reside:
/users/static-A
host2:/users/static-B
Including a directory automatically includes all files in the directory. To
exclude some files in a directory, you must explicitly list each file to
include, and you must not include an entry for the directory.