Searched refs:gDatabasePath (Results 1 – 5 of 5) sorted by relevance
61 gDatabasePath = ".cache/build.db" variable
210 DbDir = os.path.split(GlobalData.gDatabasePath)[0]
203 …GlobalData.gDatabasePath = os.path.normpath(os.path.join(ConfDirectoryPath, GlobalData.gDatabasePa…204 BuildWorkSpace = WorkspaceDatabase(GlobalData.gDatabasePath)
764 …GlobalData.gDatabasePath = os.path.normpath(os.path.join(ConfDirectoryPath, GlobalData.gDatabasePa…769 self.Db = WorkspaceDatabase(GlobalData.gDatabasePath, self.Reparse)1810 RemoveDirectory(os.path.dirname(GlobalData.gDatabasePath), True)1827 CacheDirectory = os.path.dirname(GlobalData.gDatabasePath)1833 FilePath = os.path.join(os.path.dirname(GlobalData.gDatabasePath), "gFileTimeStampCache")1839 FilePath = os.path.join(os.path.dirname(GlobalData.gDatabasePath), "gDependencyDatabase")
2821 … DbPath = os.path.normpath(mws.join(GlobalData.gWorkspace, 'Conf', GlobalData.gDatabasePath))