Searched refs:gDatabasePath (Results 1 – 5 of 5) sorted by relevance
62 gDatabasePath = ".cache/build.db" variable
213 DbDir = os.path.split(GlobalData.gDatabasePath)[0]
221 …GlobalData.gDatabasePath = os.path.normpath(os.path.join(ConfDirectoryPath, GlobalData.gDatabasePa…222 BuildWorkSpace = WorkspaceDatabase(GlobalData.gDatabasePath)
785 …GlobalData.gDatabasePath = os.path.normpath(os.path.join(ConfDirectoryPath, GlobalData.gDatabasePa…790 self.Db = WorkspaceDatabase(GlobalData.gDatabasePath, self.Reparse)2036 RemoveDirectory(os.path.dirname(GlobalData.gDatabasePath), True)2053 CacheDirectory = os.path.dirname(GlobalData.gDatabasePath)2059 FilePath = os.path.join(os.path.dirname(GlobalData.gDatabasePath), "gFileTimeStampCache")2065 FilePath = os.path.join(os.path.dirname(GlobalData.gDatabasePath), "gDependencyDatabase")
2976 … DbPath = os.path.normpath(mws.join(GlobalData.gWorkspace, 'Conf', GlobalData.gDatabasePath))