#include <license_checker.h>
Classes | |
| struct | Flags |
Static Public Member Functions | |
| static std::vector< absl::Status > | Run (std::string_view working_dir, std::ostream &licenses, const Data &data) |
| static std::vector< absl::Status > | Run (std::string_view working_dir, std::ostream &licenses, const Data &data, const Flags &flags) |
| static int | Run (std::string_view working_dir, std::ostream &licenses, std::string_view data_dir, const Flags &flags) |
| static int | FileRun (std::string_view working_dir, std::string_view full_path, std::ostream &licenses, std::string_view data_dir, const Flags &flags) |
| Run on a single file. | |
Static Public Attributes | |
| static const char * | kHeaderLicenseRegex = "(?i)(license|copyright)" |
Definition at line 14 of file license_checker.h.
|
static |
Run on a single file.
Definition at line 627 of file license_checker.cc.
References data, and Data::Open().
Referenced by main().
|
static |
Definition at line 497 of file license_checker.cc.
References data.
Referenced by main(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().
|
static |
Definition at line 504 of file license_checker.cc.
References data, MMapFile::Make(), and DepsParser::Parse().
|
static |
Definition at line 604 of file license_checker.cc.
References data, and Data::Open().
|
static |
Definition at line 21 of file license_checker.h.