()
| 101 | SOURCE_EXTENSIONS = ['.cpp', '.cxx', '.cc', '.c' ] |
| 102 | |
| 103 | def DirectoryOfThisScript(): |
| 104 | return os.path.dirname( os.path.abspath( __file__ ) ) |
| 105 | |
| 106 | |
| 107 | def MakeRelativePathsInFlagsAbsolute( flags, working_directory ): |
no outgoing calls
no test coverage detected
searching dependent graphs…