Lines Matching full:path
20 basedir: Root dir. basedir + project path is the real source file location.
29 5. task project: Projects to be checked. The path field defines the source root dir of the project.
34 2. policyitem: The fields type, name, path, desc are required, and the fields rule, group, filefilter are optional. The default value is:
35 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPolicyFilter"/>
37 "compatibility" is used to check license compatibility in the specified path.
38 "license" is used to check source license header in the specified path.
39 "copyright" is used to check source copyright header in the specified path.
40 "import" is used to check source dependency in the specified path, such as import and include.
41 "filetype" is used to check file type in the specified path. Supported file types include archive and binary.
42 "filename" is used to check whether the specified file exists in the specified path (support projectroot in the default OAT.xml). Supported file names include LICENSE, README, README.OpenSource.
45 5. policyitem path: This field is used to define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
48 8. filefilter: This field is used to define filter rules. filename is used to filter file name, and filepath is used to filter file path.
62 <policyitem type="copyright" name="The Khronos Group Inc." path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>
63 <policyitem type="copyright" name="The ANGLE Project Authors." path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>
64 <policyitem type="copyright" name="LunarG, Inc." path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>
65 <policyitem type="copyright" name="Huawei Device Co., Ltd." path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>
66 <policyitem type="copyright" name="Valve Corporation" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>
67 <policyitem type="copyright" name="Collabora, Ltd." path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>
68 <policyitem type="copyright" name="*" path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc=""/>