Searched refs:objPath (Results 1 – 2 of 2) sorted by relevance
505 objPath = resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "obj"])506 classPaths = [objPath] + [resolvePath(config, lib.getClassesJarPath()) for lib in self.libraries]509 if os.path.exists(objPath):510 shutil.rmtree(objPath)512 os.makedirs(objPath)519 "-d", objPath,530 pushWorkingDir(objPath)
718 llvm::SmallString<MAX_PATH> objPath = filePath; in notifyObjectCompiled() local719 objPath += JIT_OBJ_EXT; in notifyObjectCompiled()723 llvm::raw_fd_ostream fileObj(objPath.c_str(), err, llvm::sys::fs::F_None); in notifyObjectCompiled()